ruby - Is there a way to tell cucumber not to skip other tests in a scenario when a test fail? -
Is there a way to tell the cucumber to not leave other tests in the scenario when one test fails?
If a part of the scenario spoils, it generally does not continue.
If you want them to go forward, or they logically understand (not coupled with other works), they probably are not in the same scenario.
Scenery: Make sandwiches: get bread ... get success peanut butter ... get success knife ... fail (no knife) use knife on peanut butter ... wrong ... what the knife ?
Comments
Post a Comment