From 238e9cf3a85b923c36421c4adb37c0036340f0be Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 13 Jan 2023 11:30:00 +0100 Subject: [PATCH] feat(CI): Enforce colored output for acceptance tests on drone CI Signed-off-by: Joas Schilling --- tests/acceptance/run-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/run-local.sh b/tests/acceptance/run-local.sh index 4da31e35e6c..7e66ca71ec7 100755 --- a/tests/acceptance/run-local.sh +++ b/tests/acceptance/run-local.sh @@ -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