Skip to content

Commit

Permalink
OXDEV-7768 DRAFT RUN TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Feb 9, 2024
1 parent afc0725 commit c56a7a1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions tests/github_actions/7768.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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-ensure-subshops-have-separate-template-cache-OXDEV-7768"
}
}
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",
"codeception/module-webdriver": "^3.1",
"phpunit/phpunit": "^9.1.1"
}
}
sonarcloud:
matrix:
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
target_branch: b-7.0.x-ensure-subshops-have-separate-template-cache-OXDEV-7768

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

0 comments on commit c56a7a1

Please sign in to comment.