Skip to content

Commit

Permalink
Make cucumber scenario order random
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 3, 2018
1 parent 7660fd5 commit 7c3c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.yml
@@ -1,5 +1,5 @@
<%
std_opts = "--format progress"
std_opts = "--format progress --order random"
%>

default: <%= std_opts %> --require features/support/regular_env.rb features --tags 'not @requires-reloading' --tags 'not @wip'
Expand Down

0 comments on commit 7c3c9cb

Please sign in to comment.