bigtest
bigtest copied to clipboard
pause() step
When debugging, it's useful to be able to stop at a specific step to see what's happening on the screen. I've been using
.step('stop here', () => new Promise(() => {}))
It would be nice if this was built in.
Thoughts?
What about a debug() action that pauses in the debugger. The only problem with the pause is that your timeout is still running.