-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unperformant test execution after plugin implementation #73
Comments
Would be great to be able to reproduce |
@agoldis Your comment is quite interesting, I must admit - what better reproduction could you expect than this? I obviously cannot hand you over my source code, so what are the other options? |
@agoldis Here's a repo for you: https://github.com/bdimitrovski/cypress-example-kitchensink - please try to clone it, and run :
Without the plugin: With the plugin: This is a |
@agoldis Any updates on this? |
This is utterly disappointing. I feel that I've provided you with more than enough data and context, as well as a repro repo which very well demonstrates the issues we are facing, however, you did not even make an effort to reply. |
@agoldis Could you please let me know how long you think it might take to fix this? It's been months without a single reply, can you at least confirm if there are performance issues on your end as well? Is it a OS specific or environment issue, unoptimised code, something completely different... |
@bdimitrovski Hi Bojan! As for the issue itself - I will try taking a look at the repo you've shared. Thanks for your understanding. |
We are also facing this performance hit but I just read the article @agoldis so yeah... |
Before opening, please confirm:
Environment information
Describe the bug
I encounter almost crippling performance issues while using this plugin. We are using
Nuxt
version3.7.3
for the frontend and Vite as the build system.There is nothing special from plugins which I use, in fact, I have tried disabling all of them except
cypress-debugger
, yet still I have seen the tests execute at least 3x longer than they usually would.I have tried, apart from the above, to upgrade Cypress to latest version (13.6.0), and to run the tests in headless Edge browser too.
Expected behavior
The tests should execute in a reasonable timeframe of about 6-7 minutes, which they usually do.
With the plugin enabled, this is the execution time:
Command and Setup
Command (share the exact
cypress
orcypress-cloud
command you're running)Setup files cypress.config.j|ts|json
cypress.config.js
Full log and debug output
There are no particular errors.
The text was updated successfully, but these errors were encountered: