Cypress open not clearing session after first describe #22647
Gayathri-Kesavakannan
started this conversation in
General
Replies: 1 comment
-
Hi - can you post the actual code (the JavaScript) including what |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue 1: Runner/ test is not refreshed for second describe. Second describe is not loading application it just retains previous test
Issue2: when I click on close in test runner execution window it's not closing runner. I need to click on "stop " in other cy window
Issue1
I have test with multiple describe where I will launch my application .
Headless it's working fine , but when I test headed I. cypress9.0 describe1 is tested but describe 2 is not loading page it's still in page of describe 1
Beta Was this translation helpful? Give feedback.
All reactions