Replies: 1 comment
-
Hi @gajus, Cypress Best Practices regarding
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
According to documentation,
it
statements are not performant. The example given in the documentation is:Unfortunately, we do have many many
it
statements per test suite, and it is suspected to be the cause of freezing tests.Does anyone have a script to split cypress tests into separate files?, i.e. the above would become 3 separate files:
and would this even alleviate the issue?
We would still like to maintain these tests as large test suites in our source control, but split them up before running tests.
Beta Was this translation helpful? Give feedback.
All reactions