You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress runs the tests in infinite loop in test runner if a different url is used in one of the tests. However, when we run the same test via CLI then it runs just once.
As a side note, you may want to consider excluding node_modules using .gitignore for your projects because the size of your repo is enormous to download with all the included node_modules.
Cypress runs the tests in infinite loop in test runner if a different url is used in one of the tests. However, when we run the same test via CLI then it runs just once.
Desired behavior:
The test should run just once.
Test code to reproduce
npx cypress open
Root Cause
A different url for testing in this file. "http://example.com" as compared to other tests which are running test against a different url "http://zero.webappsecurity.com".
https://github.com/shivkaps/cypress-mastery/blob/cypress-issue/cypress/integration/visual-tests/full-page.spec.js
It seems it just restarts
Versions
Cypress 4.6.0, 4.5.0,
Operating system - MacOs
Browser - Chrome
The text was updated successfully, but these errors were encountered: