Skip to content

Commit

Permalink
guard: fail fast Cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed May 10, 2021
1 parent 7149c07 commit 2189f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :bsp_tests, halt_on_fail: true do
# Below are examples overriding defaults

cmd: 'bin/cucumber',
cmd_additional_args: '--profile rerun',
cmd_additional_args: '--profile rerun --fail-fast',

# all_after_pass: false,
# all_on_start: false,
Expand Down

0 comments on commit 2189f9d

Please sign in to comment.