Merge pull request #36136 from nextcloud/bugfix/noid/add-color-to-acceptance-tests-output

feat(CI): Enforce colored output for acceptance tests on drone CI
pull/35637/head
Joas Schilling 1 year ago committed by GitHub
commit ea85fea194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,4 +226,4 @@ cd tests/acceptance
echo "Waiting for Selenium"
timeout 60s bash -c "while ! curl $SELENIUM_SERVER >/dev/null 2>&1; do sleep 1; done"
vendor/bin/behat --config=$ACCEPTANCE_TESTS_CONFIG_DIR/behat.yml $SCENARIO_TO_RUN
vendor/bin/behat --colors --config=$ACCEPTANCE_TESTS_CONFIG_DIR/behat.yml $SCENARIO_TO_RUN

Loading…
Cancel
Save