Skip to content

Commit 287f2d0

Browse files
authored
Merge pull request activeadmin#6828 from activeadmin/tweak_cucumber_config
Small tweaks to cucumber config
2 parents a8c6002 + 0742ec6 commit 287f2d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/parallel_cucumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load File.expand_path("bundle", __dir__)
44

55
require "bundler/setup"
66

7-
["--serialize-stdout", "--combine-stderr", "--verbose", "--test-options", "-p default"].each do |flag|
7+
["--serialize-stdout", "--combine-stderr", "--verbose"].each do |flag|
88
ARGV << flag unless ARGV.include?(flag)
99
end
1010

cucumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%
2-
std_opts = "--format progress --order random"
2+
std_opts = "--format summary --order random --publish-quiet"
33
default_opts = std_opts + " --format ParallelTests::Gherkin::RuntimeLogger --out tmp/parallel_runtime_cucumber.log"
44
%>
55

0 commit comments

Comments
 (0)