Commit 8d71c10 1 parent 95cffa0 commit 8d71c10 Copy full SHA for 8d71c10
File tree 1 file changed +34
-0
lines changed
1 file changed +34
-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
+
7
+ codeception :
8
+ # Running on public runners, this should pose no problem
9
+ max_parallel : &codeception_max_parallel 4
10
+
11
+ runtest :
12
+ composer :
13
+ transform : |
14
+ {
15
+ "require-dev": {
16
+ "oxid-esales/testing-library": "dev-b-7.0.x",
17
+ "oxid-esales/tests-deprecated-ce": "dev-b-7.0.x-private-sales-user-active-OXDEV-7202",
18
+ "codeception/module-webdriver": "^3.1",
19
+ "phpunit/phpunit": "^9.1.1"
20
+ }
21
+ }
22
+
23
+ phpcs_tests :
24
+ # Check all files in the full check
25
+ diff_only : false
26
+ filter : ' ^\./source/Internal/.*\.php$'
27
+
28
+ sonarcloud :
29
+ matrix :
30
+ testplan : ' ["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
31
+ target_branch : b-7.0.x-private-sales-user-active-OXDEV-7202
32
+
33
+ finish :
34
+ 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