Skip to content

Commit

Permalink
TMP: set testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed Feb 22, 2024
1 parent f82654f commit 99bae28
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^4.0",
"codeception/module-webdriver": "^3",
"composer/composer": "^2.0",
"incenteev/composer-parameter-handler": "^v2.1.4",
"mikey179/vfsstream": "~1.6.8",
"oxid-esales/codeception-modules": "dev-b-7.1.x",
"oxid-esales/codeception-modules": "dev-b-7.1.x-demodata-OXDEV-7364",
"oxid-esales/codeception-page-objects": "dev-b-7.1.x",
"oxid-esales/developer-tools": "dev-b-7.1.x",
"oxid-esales/oxideshop-ide-helper": "dev-b-7.1.x",
"phpspec/prophecy-phpunit": "^v2.0.1",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5.4"
},
"minimum-stability": "dev",
Expand Down
30 changes: 30 additions & 0 deletions tests/github_actions/7364.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This config depends on the defaults.yml testplan
# Only diverging settings are defined here

codeception:
# Running on public runners, this should pose no problem
max_parallel: &codeception_max_parallel 4

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"]'

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

runtest:
composer:
transform: |
{
"require-dev": {
"oxid-esales/testing-library": "dev-b-7.1.x",
"oxid-esales/tests-deprecated-ce": "dev-b-7.1.x-demodata-OXDEV-7364",
"codeception/module-webdriver": "^3.1",
"phpunit/phpunit": "^9.1.1"
}
}

0 comments on commit 99bae28

Please sign in to comment.