From 74a1e5ed8622989bf46274403ca6747696f7376c Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:16:57 -0800 Subject: [PATCH] Disables creation of videos during testing with Cypress --- src-ui/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/cypress.config.ts b/src-ui/cypress.config.ts index 1be27d63e..303cbea51 100644 --- a/src-ui/cypress.config.ts +++ b/src-ui/cypress.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'cypress' export default defineConfig({ videosFolder: 'cypress/videos', + video: false, screenshotsFolder: 'cypress/screenshots', fixturesFolder: 'cypress/fixtures', e2e: {