features/stack-traces/stack-traces.feature in cucumber-compatibility-kit-13.0.0 vs features/stack-traces/stack-traces.feature in cucumber-compatibility-kit-13.0.1
- old
+ new
@@ -1,11 +1,9 @@
Feature: Stack traces
- Nothing beats stack traces when it comes to diagnosing the source of a bug.
- Cucumber provides helpful stack traces that:
-
- - Include a stack frame from the Gherkin document
- - Remove uninteresting frames by default
+ Stack traces can help you diagnose the source of a bug.
+ Cucumber provides helpful stack traces that includes the stack frames from the
+ Gherkin document and remove uninteresting frames by default
- The first line of the stack trace must contain the feature file.
+ The first line of the stack trace will contain a reference to the feature file.
Scenario: A failing step
When a step throws an exception