Skip to content
Snippets Groups Projects
Commit 4bf17d7f authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7168: fix run groups script errors

parent a0da9860
No related branches found
No related tags found
2 merge requests!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...,!81ISTWCMS-7160 Make existing Codeception tests pass
...@@ -68,9 +68,8 @@ echo "************************************" ...@@ -68,9 +68,8 @@ echo "************************************"
for value in "${unique_values[@]}"; do for value in "${unique_values[@]}"; do
pgrep chrome | xargs kill -9 pgrep chrome | xargs kill -9
chromedriver --port=9515 --url-base=/wd/hub & chromedriver --port=9515 --url-base=/wd/hub &
if [ $stepper == 1 ]; then if [[ $stepper == 1 ]]; then
php vendor/bin/codecept run acceptance --fail-fast --steps -g "$value" php vendor/bin/codecept run acceptance --fail-fast --steps -g "$value"
else else
php vendor/bin/codecept run acceptance --fail-fast -g "$value" php vendor/bin/codecept run acceptance --fail-fast -g "$value"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment