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
The namespace was changed to verbose in the 10.0 merge, which broke the documented behavior.
"plugins" group detection is broken - it was probably not updated for 10.0. There actually seems to be a lot of the old plugin code still in here that should be removed.
procs.params can be undefined which causes it to fail
No full e2e tests
Desired behavior
Change the _printGroupedProcesses namespace back to debug from debugVerbose
Fix plugin PID detection so the grouping works.
Check proc.params for truthiness before using .includes
Add better e2e tests
Test code to reproduce
--
Cypress Version
10.0.0
Other
No response
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#22363, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior
process_profiler is broken: https://docs.cypress.io/guides/references/troubleshooting#Log-memory-and-CPU-usage
procs.params
can be undefined which causes it to failDesired behavior
debug
fromdebugVerbose
.includes
Test code to reproduce
--
Cypress Version
10.0.0
Other
No response
The text was updated successfully, but these errors were encountered: