You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'll set "numTestsKeptInMemory": 0 in cypress.json then tests running in GUI (both Chrome and Electron) are 3x faster than in --headless mode. (0:30 vs 1:30)
The text was updated successfully, but these errors were encountered:
Q-back
changed the title
--headless slower than GUI when "numTestsKeptInMemory" set to 0
--headless 3x slower than GUI when "numTestsKeptInMemory" set to 0
Aug 27, 2019
Duplicate of #2912, which has never been resolved because a completely reproducible example has never been provided demonstrating this concretely. Please comment in that issue with a complete project that we can run that demonstrates this. We've spent a lot of time trying to reproduce this in the past because performance is really important to us.
Also, there ARE reasons that running in cypress run could be slower than cypress open that are intended behaviors of Cypress as explained here: #2912 (comment)
I'm really sorry, currently I can't provide an example because I'm working on a closed project. If I'll be able to reproduce the issue outside of it I'll post here for sure. Thanks for fast response 🙂
Current behavior:
If I'll set
"numTestsKeptInMemory": 0
incypress.json
then tests running in GUI (both Chrome and Electron) are 3x faster than in--headless
mode. (0:30 vs 1:30)Desired behavior:
I think speeds should be pretty the same
Steps to reproduce: (app code and test code)
my
cypress.json
my
package.json
commandsVersions
cypress: 3.4.1
OS: macos 10.14.2
The text was updated successfully, but these errors were encountered: