MOBILE-3523 e2e: Rerun tests to avoid flaky test failures

main
Noel De Martin 2020-09-03 15:33:37 +02:00
parent 9f90d7d2bf
commit 5df8dacfc0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ print_title "Running e2e tests"
# Run tests
for tags in "$@"
do
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\" --auto-rerun"
notify_on_error_exit "Some e2e tests are failing, please review"
done