daniel_haimov
3 years agoOccasional Visitor
Tool or framework showing dependency between scenarios via used steps
Hello
I'm using Cucumber-js ver. 4.2.1
According to the principles of BDD every step When used in a scenario should be relaible. The step When is relaible if it has been tested in some scenario by the next Then step
So in a projected can be multiple scenarios using some common step. That's the dependencies between the scenarios via the step
If the scenarios fails the dependencies via steps can help to understand the main reason of the failures (if the scenario testing the step is fails)
The question - Is there any framework/tool/utility showing the dependencies between scenarios?
Thanx