trentrand / cypress-utils

⚙ Easily parallelize and stress-test your Cypress tests
MIT License
25 stars 6 forks source link

Test failure screenshots cleared by subsequent successful samples #5

Open trentrand opened 4 years ago

trentrand commented 4 years ago

Headless cypress runs take screenshots whenever a test fails, but unfortunately the subsequent successful runs (e.g. during a stress test) seem to clear out these screenshot files.

Investigate whether this behavior can be disabled, and whether we can namespace the screenshots so that they are not overwritten for each failure.