Setting testIsolation: "legacy" for specific describe blocks? #23612
-
I'm migrating some old Cypress tests and in the process of upgrading have enabled It seems from the docs that I should be able to set the testIsolation to legacy in the Describe block but I've been unable to get it working.
This is what I'm trying and the first it() block passes. The second however errors with "CypressError: The testIsolation configuration can only be overridden from a suite-level override." So is it possible to set the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@marmite22 The can only be set at the suite (describe) level, not at a test-level. Can you share psudeo-code of your test structure that is having issues? |
Beta Was this translation helpful? Give feedback.
-
#23644 was released in 10.8.0. This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Beta Was this translation helpful? Give feedback.
#23644 was released in 10.8.0.
This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v10.8.0, please open a github issue.