Cypress Test runner getting exit while redirect
See original GitHub issueCurrent behavior
while running the test , cypress runner getting disappeared on redirect,
Desired behavior
cypress runner should still be visible on redirect
Test code to reproduce
describe("test", function () {
it("create payment", function () {
cy.visit(*********) //provide any url that redirect to another url
})
})
Cypress Version
10.6.0
Node version
v16.16.0
Operating System
macOS 11.2.3
Debug Logs
No response
Other
No response
Issue Analytics
- State:
- Created a year ago
- Comments:17 (6 by maintainers)
Top Results From Across the Web
Cypress Test runner getting exit while redirect
I haven't been able to reproduce that exit error. Instead, I get the "different origin URL" (*1) error. However, there is an experimental ......
Read more >Test Retries
A test runs for the first time. If the test passes, Cypress will move forward with any remaining tests as usual. · If...
Read more >Testing redirect with Cypress
In this article, I want to share what Cypress is, and explain how to check redirects with it, and verify the article's title....
Read more >Add end-to-end Cypress tests to your Amplify app
The test phase can be configured in the build specification YML. Currently, you can run only the Cypress testing framework during a build....
Read more >A Practical Guide to Intercepting Network Requests in ...
This is useful when we use real API during testing our frontend app and have a generated ID coming from server. With minimatch,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i meet the same issue, when request my domain , the response submit redirect html ,then cypress runner getting exit, jump to redirect domain , can i know cy.origin can cover it?
@chrisbreiding When is the issue is planned to fix