Cypress test keep looping when I run test on localhost #29251
Unanswered
madebymt
asked this question in
Component Testing
Replies: 2 comments
-
Are any files being written to during the test run? I've seen before in a test that modified a file in the cypress watched files list. I stopped it by setting watchForFileChanges to false in the config file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved this problem by adding the config The problem occurs because Cypress is on https. |
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
-
Version:
How to reproduce:
http://localhost:58155/__/#/specs
page to select the test I want to runMy code:
home.cy.js
cypress config
I tried to comment out all my
cypress.config
file, no changes, I only have one test.Thanks for the help.
Ruby
Beta Was this translation helpful? Give feedback.
All reactions