We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36020c4 commit 818bc25Copy full SHA for 818bc25
Rakefile
@@ -26,7 +26,7 @@ end
26
27
require "cucumber/rake/task"
28
Cucumber::Rake::Task.new do |t|
29
- t.cucumber_opts = %w[--retry 3]
+ t.cucumber_opts = %w[--retry 3 --no-strict-flaky]
30
end
31
32
task default: %i[rubocop spec cucumber]
0 commit comments