features/docs/formatters/rerun_formatter.feature in cucumber-3.0.0.pre.1 vs features/docs/formatters/rerun_formatter.feature in cucumber-3.0.0.pre.2
- old
+ new
@@ -16,10 +16,11 @@
This is useful when debugging in a large suite of features.
Background:
Given the standard step definitions
+ @todo-windows
Scenario: Exit code is zero
Given a file named "features/mixed.feature" with:
"""
Feature: Mixed
@@ -68,9 +69,10 @@
When I run `cucumber -f rerun --dry-run`
Then it should pass with exactly:
"""
"""
+ @todo-windows
Scenario: Exit code is not zero, regular scenario
Given a file named "features/mixed.feature" with:
"""
Feature: Mixed