Skip to content

Commit

Permalink
Use updated cucumber formater in acceptance test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Sep 2, 2021
1 parent 05aca07 commit 94a25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ then
TEST_PATHS+=( "${FEATURES_DIR}" )
fi

RUN_ACCEPTANCE_TESTS="cucumber-js --retry 1 --require-module @babel/register --require-module @babel/polyfill --require tests/acceptance/setup.js --require tests/acceptance/stepDefinitions --format node_modules/cucumber-pretty"
RUN_ACCEPTANCE_TESTS="cucumber-js --retry 1 --require-module @babel/register --require-module @babel/polyfill --require tests/acceptance/setup.js --require tests/acceptance/stepDefinitions --format @cucumber/pretty-formatter"

if [ -z "${TEST_TAGS}" ]
then
Expand Down

0 comments on commit 94a25b4

Please sign in to comment.