From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:16:57 +0000 (-0800) Subject: Disables creation of videos during testing with Cypress X-Git-Tag: v1.14.0-beta.rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a1e5ed8622989bf46274403ca6747696f7376c;p=thirdparty%2Fpaperless-ngx.git Disables creation of videos during testing with Cypress --- diff --git a/src-ui/cypress.config.ts b/src-ui/cypress.config.ts index 1be27d63e4..303cbea51d 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: {