Skip to content

Commit

Permalink
OXDEV-7202 DRAFT RUN TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Jan 31, 2024
1 parent fd955f2 commit fe01b26
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions tests/github_actions/7202.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This config depends on the defaults.yml testplan
# Only diverging settings are defined here
prepare_shop:
composer:
transform: |
{
"require": {
"oxid-esales/apex-theme": "dev-b-7.0.x",
"oxid-esales/twig-component": "dev-b-7.0.x"
}
}
codeception:
# Running on public runners, this should pose no problem
max_parallel: &codeception_max_parallel 4

runtest:
composer:
transform: |
{
"require-dev": {
"oxid-esales/testing-library": "dev-b-7.0.x",
"oxid-esales/tests-deprecated-ce": "dev-b-7.0.x-private-sales-user-active-OXDEV-7202",
"codeception/module-webdriver": "^3.1",
"phpunit/phpunit": "^9.1.1"
}
}
phpcs_tests:
# Check all files in the full check
diff_only: false
filter: '^\./source/Internal/.*\.php$'

sonarcloud:
matrix:
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
target_branch: b-7.0.x-private-sales-user-active-OXDEV-7202

finish:
slack_title: 'OXDEV 7202 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'

0 comments on commit fe01b26

Please sign in to comment.