Closed edwardzikthegreat closed 6 months ago
@cacieprins any news? I just updated to Cypress 13 and issue still occurs :(
@nagash77 , @cacieprins Hello, how can we able to force this? It is quite annoying to see thousands of those requests. King Regards :)
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.
@DlgSHi @edwardzikthegreat I'm so sorry that this fell through the cracks -
I'm not extremely familiar with this section of the codebase, but it looks like when invoking certain commands (exec
, origin
, readFile
, selectFile
, writeFile
and ask
) that must be executed on the host operating system (rather than in the browser), we do some extra verification. This involves registering each command with the Cypress host server (e.g., ./packages/server
) before it is executed, so we can ensure it's being executed only from the spec that registered it.
If this is causing performance issues for you, you might try to combine several commands into a task, execute fewer of them, reducing the size of the arguments sent to these commands, or decreasing the number of tests in each spec.
I understand that it can be difficult to provide a reproduction case when an issue is encountered in proprietary code, but if you can create a reproduction of this issue in a fork of https://github.com/cypress-io/cypress-example-kitchensink/ or https://github.com/cypress-io/cypress-realworld-app, we can investigate further whether this is a bug, or if this is Cypress working as intended. I'm leaving this issue closed, for now - if a reproduction can be provided, please open a new issue.
Thank you!
@cacieprins hi :) no worries, seems it doesn't occur in v.13.11 :)
Current behavior
After updating Cypress from v10 to v12.17.0 I started to get hundreds of POST .../__cypress/add-verified-command requests with some args, key, name on url in payload... I noticed huge performance drop during tests execution (cypress open mode) - probably because of it.
Issue occur for Chrome and Firefox browser family.
Desired behavior
Test code to reproduce
Due to the project specification I cannot share my code.
Project dependencies relevant for this issue:
Cypress Version
12.17.0
Node version
18.16.1
Operating System
Windows 10 PRO
Debug Logs
Other
No response