We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f29ad commit 247e31aCopy full SHA for 247e31a
scripts/test_e2e.sh
@@ -45,13 +45,13 @@ $dockerscripts/moodle-docker-wait-for-app
45
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/init.php"
46
notify_on_error_exit "e2e failed initializing behat"
47
48
+print_title "Running e2e tests"
49
+
50
# Run tests
51
for tags in "$@"
52
do
- print_title "Running e2e tests ($tags)"
-
53
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
54
- notify_on_error_exit "e2e failed on $tags"
+ notify_on_error_exit "Some e2e tests are failing, please review"
55
done
56
57
# Clean up
0 commit comments