Replies: 2 comments 1 reply
-
Since cypress starts to record from the beginning (then before the integration scripts), it can maybe need a new option, e.g. |
Beta Was this translation helpful? Give feedback.
-
You have access to the video after the spec file runs, so can use that to splice out any amount of the video timing. 'after:spec' There's an example of recording a hi res video without the Command Log in this repo also: https://github.com/bahmutov/cypress-movie and some other video experimental shown in this blog post: https://www.cypress.io/blog/2021/04/01/make-cypress-videos-look-old-school/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to provide an API, callable during a run, to control when to start to record the videos, please?
The most common use is to be able to skip the cypress warmup phase and maybe some tweaks to hide the UI, when used to make some video demos.
Beta Was this translation helpful? Give feedback.
All reactions