Cypress and Jenkins don't run all my tests #28923
Closed
OTTIN-T
started this conversation in
Cypress Cloud
Replies: 1 comment
-
If anyone comes across this topic: I found this error in the cypress cloud replay:
After several searches I came across this issue. I then added the chromeWebSecurity option to false and now my tests run fine. It's a workaround, but I still don't understand the source of the problem. |
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.
-
Hi ! After a Jenkins version upgrade, my tests launched from Jenkins no longer run.
My tests are launched in parallel on 3 machines with Chrome, the 3 will launch their first test without any problem and then nothing happens. The next test stays on the login page, and I only get this error (see screenshot).
If I run my tests with Electron, the tests run correctly but I get errors with them. Errors that I don't reproduce locally and that I don't get when running with Chrome.
Has anyone ever had this kind of problem?
I can provide more information if needed. Thanks in advance!
Cypress: 13.6.4
Jenkins: 2.414.1
Chrome: 120
Beta Was this translation helpful? Give feedback.
All reactions