Hydra formatter for cucumber. Stifles all output except error messages Based on the
Removed the extra newlines here
# File lib/hydra/cucumber/formatter.rb, line 10 def after_features(features) print_summary(features) end
Removed the file statistics
# File lib/hydra/cucumber/formatter.rb, line 17 def print_summary(features) print_steps(:pending) print_steps(:failed) print_snippets(@options) print_passing_wip(@options) end
Removed all progress output
# File lib/hydra/cucumber/formatter.rb, line 25 def progress(status) end