]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Disables creation of videos during testing with Cypress
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 1 Mar 2023 23:16:57 +0000 (15:16 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 2 Mar 2023 16:03:41 +0000 (08:03 -0800)
src-ui/cypress.config.ts

index 1be27d63e4ba8a28bfcd0189557bb0e7327af14b..303cbea51d6d8d1830dd39bec44daa72dea54265 100644 (file)
@@ -2,6 +2,7 @@ import { defineConfig } from 'cypress'
 
 export default defineConfig({
   videosFolder: 'cypress/videos',
+  video: false,
   screenshotsFolder: 'cypress/screenshots',
   fixturesFolder: 'cypress/fixtures',
   e2e: {