Skip to content

Retry step manually in open cypress #33414

@H-a-w-k

Description

@H-a-w-k

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions