Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with cypress 9.0 runner , multiple describe is not working #558

Open
Gayathri-Kesavakannan opened this issue Jul 1, 2022 · 0 comments

Comments

@Gayathri-Kesavakannan
Copy link

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 .

Describe(first)
Before{
visitandlogin(user1)
}
{
It(1){}
It(2){}
}
Describe(second)

Before{
visitandlogin(user2)
}
{
It(1){}
It(2){}
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant