Cody Bontecou

Disable Video Recording on Cypress Run

February 4, 2023 · 1 minute read · Cypress,Configuration

Code Snippet

// cypress.config.ts
import { defineConfig } from 'cypress'

export default defineConfig({
  video: false,
})

Resources

Inspiration

This is a configuration I tend to forget and have to rely on tracking down the answer. I'm not the biggest fan of the Cypress docs, so I decided to write this up for personal reference and figured some of you might find it helpful too.

Newsletter

Subscribe to get my latest content. No spam.