Command execution time very long #14531
Unanswered
stychu
asked this question in
Questions and Help
Replies: 3 comments 2 replies
-
Cypress Electron app takes time to start. Then during the run Cypress opens and closes a browser instance to run every spec. There is also a video encoding time after the spec. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Unfortunately no. We do it to isolate the specs from each other.
…Sent from my iPhone
On Jan 13, 2021, at 11:09, stychu ***@***.***> wrote:
can I instead enforce it doesnt close and reopen instance every run spec?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh this is unfortunate. Will there be a configuration option to not restart the browser for each test spec in the future? Or it's not likely and you don't want to deal with possible bugs because of that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why the command execution time takes almost double the time of the actual tests?
What is happening here?
Can I reduce somehow this timing?? I can't convince my coworkers if it takes so long to use cypress.
Tests execute in 1:16 whereas time that takes from the command (process) execution to finishing it takes 1:53... Is there something that I can do about it ?
Beta Was this translation helpful? Give feedback.
All reactions