Browse Source

feat(CI): Enforce colored output for acceptance tests on drone CI

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v26.0.0beta1
Joas Schilling 1 year ago
parent
commit
238e9cf3a8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/acceptance/run-local.sh

+ 1
- 1
tests/acceptance/run-local.sh View File

@@ -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