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 tests are not passing in chrome
The issue is related to this issue in cypress github cypress-io/cypress#27804
By upgrading cypress to 12.15.0 cypress is using --headless=new as default.
By upgrading we get other issues but cypress now recommends test isolation to be enabled by default.
Not many tests in this repo fulfills these requirements. By passing config to each test { testIsolation: false } we can get around the issue.
To reproduce
Steps to reproduce the behavior:
yarn cypress:ui-tests
yarn cypress:chrome
Environment
OS and version: [Ubuntu 20.04]
The text was updated successfully, but these errors were encountered:
Describe the bug
cypress tests are not passing in chrome
The issue is related to this issue in cypress github cypress-io/cypress#27804
By upgrading cypress to 12.15.0 cypress is using
--headless=new
as default.By upgrading we get other issues but cypress now recommends test isolation to be enabled by default.
Not many tests in this repo fulfills these requirements. By passing config to each test
{ testIsolation: false }
we can get around the issue.To reproduce
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: