Skip to content

Commit

Permalink
chore: re-order video bits
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jun 15, 2023
1 parent 85108a8 commit 1b53580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/guides/screenshots-and-videos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ to clear your screenshots folder before a run, you can set

## Videos

If enabled, Cypress records a video for each spec file when running tests during
`cypress run`. Videos are _not_ recorded during `cypress open`.

Video recording is disabled by default, but can be turned on by setting
[`video`](/guides/references/configuration#Videos) to `true` from within your
configuration.

If enabled, Cypress records a video for each spec file when running tests during
`cypress run`. Videos are _not_ recorded during `cypress open`.

:::cypress-config-example

```ts
Expand Down

0 comments on commit 1b53580

Please sign in to comment.