Generate Cypress Tests using a typescript file #29748
Unanswered
rajjaiswalsaumya
asked this question in
Questions and Help
Replies: 0 comments
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.
-
Hi all, I have written a data driven tests which is around 1047 tests upon execution. Unfortunately the test execution is slow. I tried cypress parallel with 20 threads and still the execution takes around 2 hours. Since we are running this on Jenkins, we can't really leverage multiple Machine concept in cypress.
My guess is since the tests are generating, then transpiling on runtime may be it is getting slow. Is there a way I can write these data generated tests as seen by cypress into a static file so that tests gets created as if those were written?
Beta Was this translation helpful? Give feedback.
All reactions