Skip to content

Commit 8a8eea0

Browse files
committed
fix cucumber output formatting
1 parent b0c648f commit 8a8eea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cucumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
33
rerun = rerun.strip.gsub /\s/, ' '
44
rerun_opts = rerun.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
5-
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags 'not @wip'"
5+
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --color --tags 'not @wip'"
66
%>
77
default: <%= std_opts %> features
88
wip: --tags @wip:3 --wip features

0 commit comments

Comments
 (0)