-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
The current implementation of pauseTest does its job well but it would be nicely complemented by introducing a way to resume the test that gets paused.
One particular use case for wanting this is to encourage developers to enable easier debugging/development against Acceptance tests. It's great to pause a test and try changing some things and then resume the test to ensure the rest of the flow works.
One drawback, however, is that any "resume" function would need to be bound to the global context (window in almost all cases) so that users can easily invoke it from the console.
I know I've seen implementations of this before, but couldn't seem to find any issue pointing to whether or not discussion was had on adding it to the core test helper.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels