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

ISTWCMS-7160: update run groups script to kill and restart chrome driver on every group run

parent 665db2a2
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
......@@ -48,5 +48,7 @@ echo "************************************"
# Perform the tests using the groups
for value in "${unique_values[@]}"; do
pgrep chrome | xargs kill -9
chromedriver --port=9515 --url-base=/wd/hub &
php vendor/bin/codecept run acceptance --fail-fast -g "$value"
done
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