Keep application interactive after test completes #25177
Unanswered
bukharov
asked this question in
Questions and Help
Replies: 1 comment
-
Maybe you can do something like: afterEach(() => {
cy.pause();
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After we upgraded to Cypress 12 we've noticed that it now shows "Default blank page" once testing is done. In the previous versions it would keep the app interactive so it was possible to use Cypress for development as well.
Am I missing something? Some setting perhaps? Was it removed on purpose or I should report this as a bug?
Beta Was this translation helpful? Give feedback.
All reactions