Commit 9686cf6 1 parent f6e5c76 commit 9686cf6 Copy full SHA for 9686cf6
File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This config depends on the defaults.yml testplan
2
+ # Only diverging settings are defined here
3
+ prepare_shop :
4
+ git :
5
+ shop_ref : ' b-7.0.x-private-sales-user-active-OXDEV-7202'
6
+ composer :
7
+ transform : |
8
+ {
9
+ "require": {
10
+ "oxid-esales/apex-theme": "dev-b-7.0.x",
11
+ "oxid-esales/twig-component": "dev-b-7.0.x"
12
+ }
13
+ }
14
+
15
+ codeception :
16
+ # Running on public runners, this should pose no problem
17
+ max_parallel : &codeception_max_parallel 4
18
+
19
+ runtest :
20
+ composer :
21
+ transform : |
22
+ {
23
+ "require-dev": {
24
+ "oxid-esales/testing-library": "dev-b-7.0.x",
25
+ "oxid-esales/tests-deprecated-ce": "dev-b-7.0.x-private-sales-user-active-OXDEV-7202",
26
+ "codeception/module-webdriver": "^3.1",
27
+ "phpunit/phpunit": "^9.1.1"
28
+ }
29
+ }
30
+
31
+ phpcs_tests :
32
+ # Check all files in the full check
33
+ diff_only : false
34
+ filter : ' ^\./source/Internal/.*\.php$'
35
+
36
+ sonarcloud :
37
+ matrix :
38
+ testplan : ' ["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
39
+ target_branch : b-7.0.x-private-sales-user-active-OXDEV-7202
40
+
41
+ finish :
42
+ slack_title : ' OXDEV 7202 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
You can’t perform that action at this time.
0 commit comments