cypress-fail-fast icon indicating copy to clipboard operation
cypress-fail-fast copied to clipboard

Skip video generation if the test is skipped

Open alexandrzavalii opened this issue 3 years ago • 3 comments

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

alexandrzavalii avatar May 20 '21 10:05 alexandrzavalii

Good idea! :smiley: An investigation is needed in order to know if Cypress exposes a method for stopping the video recording.

javierbrea avatar May 24 '21 05:05 javierbrea

is this related to why there might be a 2 second or so delay as each test is skipped?

jpike88 avatar Nov 29 '21 10:11 jpike88

Hi @jpike88, I suppose it might be related if you have video recording enabled. I haven't noticed such delay without enabling video recording.

javierbrea avatar Nov 30 '21 19:11 javierbrea