The output generated on a crash as in this image is misleading users. The line referencing numTestsKeptInMemory should not appear when it is ignored for cypress run, and could also be intelligent about whether that value is actually greater than zero.
@nealeu You can open a pull request to update it. It was a lot simpler at the time to have the text alone to explain the conditions it works than to connect all the logic to know which mode it’s running under.
Current behavior
The output generated on a crash as in this image is misleading users. The line referencing
numTestsKeptInMemory
should not appear when it is ignored forcypress run
, and could also be intelligent about whether that value is actually greater than zero.Desired behavior
No response
Test code to reproduce
This does not need reproducing.
Cypress Version
13.6.1
Node version
v18.14.2
Operating System
Ubuntu 22.04
Debug Logs
No response
Other
No response