cypress-fail-fast
cypress-fail-fast copied to clipboard
Skip video generation if the test is skipped
I think it would make sense to not generate the video if the test is skipped.
Currently it will generate the videos for all tests even for those that it skipped
Good idea! :smiley: An investigation is needed in order to know if Cypress exposes a method for stopping the video recording.
is this related to why there might be a 2 second or so delay as each test is skipped?
Hi @jpike88, I suppose it might be related if you have video recording enabled. I haven't noticed such delay without enabling video recording.