-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Error: Session with given id not found. #28148
Error: Session with given id not found. #28148
Comments
I have the same issue |
Facing same issue from my end as well. |
facing the same issue for the first time on our ci/cd pipeline on AWS |
I have the same issue together with #28142 |
Same issue here |
Same issue after 13.3.3 upgrade. |
Ditto |
came across the same issue with cypress 13.3.3 , headless mode, gitlab-runner 16.2.0, image: cypress/browsers:node-18.16.1-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 |
I was able to reproduce this locally as a regression in Cypress On Ubuntu git clone --branch dependabot/npm_and_yarn/cypress-13.3.3 https://github.com/remarkablemark/cypress-cucumber-steps
cd cypress-cucumber-steps
n 18.18.2 # to set Node.js to 18.18.2
npm ci
npx cypress info
npx cypress run --browser chrome The crash shows itself as:
and this only appears when using Cypress Testing with
|
|
This was fixed with #28147 and will be released ASAP. |
Thank you for the quick fix! |
Let us know if [email protected] fixes this for you! |
@MikeMcC399 Thanks, I can confirm it is fixed in remarkablemark/cypress-cucumber-steps#543 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Cypress is failing in GitHub Actions workflow:
Desired behavior
Cypress GitHub Action passes
Test code to reproduce
remarkablemark/cypress-cucumber-steps#537
Cypress Version
13.3.3
Node version
18.18.2
Operating System
Ubuntu 22.04.3
Debug Logs
No response
Other
Related to #28136 (comment)
The text was updated successfully, but these errors were encountered: