You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The word record is used in two different contexts.
For instance we refer to "recording your run" when we upload assets to our Dashboard and provide you with the results.
We also refer to capturing the actual video of the run as videoRecording with the description text of: Whether Cypress will record a video of the test run when running headlessly.
This is confusing and I suggest we rename this option to be videoCapture since its really just about whether or not we record the frames of the run and output a .mp4 at the end.
Unless the --record flag is passed and you provide us your Record Key, we'll still capture a video but just not "record" it on the Dashboard.
The text was updated successfully, but these errors were encountered:
Per this doc: https://docs.cypress.io/guides/references/configuration.html#Videos
The word record is used in two different contexts.
For instance we refer to "recording your run" when we upload assets to our Dashboard and provide you with the results.
We also refer to capturing the actual video of the run as
videoRecording
with the description text of:Whether Cypress will record a video of the test run when running headlessly.
This is confusing and I suggest we rename this option to be
videoCapture
since its really just about whether or not we record the frames of the run and output a.mp4
at the end.Unless the
--record
flag is passed and you provide us yourRecord Key
, we'll still capture a video but just not "record" it on the Dashboard.The text was updated successfully, but these errors were encountered: