From 67f204215c0d763ddd671dc0f8d2a13a5958613c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Tue, 23 Apr 2024 13:25:38 +0200 Subject: [PATCH] Test deprecated tests via script --- .github/oxid-esales/scripts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/oxid-esales/scripts.yml b/.github/oxid-esales/scripts.yml index cc41bf065c..41be70649a 100644 --- a/.github/oxid-esales/scripts.yml +++ b/.github/oxid-esales/scripts.yml @@ -68,16 +68,19 @@ runscript: &runscript unit: <<: *shop custom_script_container: | + cd vendor/{{ $org}}/{{ $name }} vendor/bin/phpunit -c phpunit.xml --bootstrap tests/bootstrap.php --coverage-clover=tests/Reports/coverage_phpunit_unit.xml --log-junit tests/Reports/phpunit-unit.xml tests/Unit 2>&1 | tee tests/Output/unit_tests.txt integration: <<: *shop custom_script_container: | + cd vendor/{{ $org}}/{{ $name }} vendor/bin/phpunit -c phpunit.xml --bootstrap tests/bootstrap.php --coverage-clover=tests/Reports/coverage_phpunit_integration.xml tests/Integration 2>&1 | tee tests/Output/integration_tests.txt codeception: <<: *shop container: options: '-e SELENIUM_SERVER_HOST=selenium -e BROWSER_NAME=chrome -e DB_NAME=setup_test -e DB_USERNAME=root -e DB_PASSWORD=root -e DB_HOST=mysql -e DB_PORT=3306 -e SHOP_URL=http://localhost.local/ -e SHOP_SOURCE_PATH=/var/www/vendor/oxid-esales/oxideshop-ce/source/ -e THEME_ID=apex -e SHOP_ROOT_PATH=/var/www' custom_script_container: | + cd vendor/{{ $org}}/{{ $name }} vendor/bin/codecept build -c tests/codeception.yml", vendor/bin/codecept run acceptanceSetup -c tests/codeception.yml --ext DotReporter 2>&1 | tee tests/Output/codeception_ShopSetup.txt" deprecated: