After upgrading to cypress 13, all test fail with blank page after the first IT #27714
Unanswered
albanx
asked this question in
Questions and Help
Replies: 1 comment
-
I happen the same behavior |
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.
-
I was using cypress 6, and I decided to upgrade to the latest version. After this all test start failing by showing a blank page.
I tried out the to set the
testIsolation
to false, but that start mixes different tests, without clearing the browser cache.I do not understand why under the same
it
the test should be in isolation.A test file should run in isolation but not a single
it
inside the same tests.Is there a way to preserve the old behavouir?
Beta Was this translation helpful? Give feedback.
All reactions