-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: unexpected behaviorUser expected result, but got anotherUser expected result, but got another
Description
Current behavior:
cy.pause() is ignored when specs are run with cypress run
Notice that I have cy.pause() in the code to the left, but the test on the run hasn't paused
Desired behavior:
I'd want the test to actually pause. Or make it really clear in the documentation that pause() is only working when you use cypress open
This is what it looks like when I use cypress open. I want the same behavior when I run with cypress run
Steps to reproduce: (app code and test code)
Add cy.pause() to any test, run it with cypress run, observe that the test is not paused.
Versions
Win 10
Electron (included with cypress)
Cypress 3.2.0
aphofstede, JohnnyChiang, untidy-hair, ponienchen, vitaliy4us and 6 more
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: unexpected behaviorUser expected result, but got anotherUser expected result, but got another

