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

ISTWCMS-7160: Update run files script

parent f23d047e
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
......@@ -31,13 +31,24 @@ for file in "$directory"/*; do
fi
done
drush sql-dump > start.sql
# Perform the tests using the groups
for value in "${files[@]}"; do
pgrep chrome | xargs kill -9
chromedriver --port=9515 --url-base=/wd/hub &
echo "**************************************"
echo "Current Test: $value"
echo "**************************************"
echo "Waiting ..."
sleep 10s
echo "Done waiting."
echo "**************************************"
echo "Installing site ..."
drush sql-drop -y
drush sql-cli < start.sql
echo "Done installing site."
echo "**************************************"
chromedriver --port=9515 --url-base=/wd/hub &
if [[ $stepper == 1 ]]; then
php vendor/bin/codecept run acceptance "$value" --fail-fast --steps
else
......
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