-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Description
What would you like?
I would like to be able to retry a step and continue a failed test, but from the failing point, not from start.
Why is this needed?
Say the test has three steps.
The first passes, and the second fails (E.g. it looks for "My book" but you spelled it wrong, say "My boook".
It would be nice to go and update the application code (not the test code) to <p>My book</p> and just continue the test by retrying just the step and continue to step three.
If you have many small mistakes, it is tedious to restart the test every time. Especially if the previous steps are slow.
Other
No response
Reactions are currently unavailable