Browse Source

chore: add cypress video recording

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/44409/head
skjnldsv 3 weeks ago
parent
commit
45316f0377
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      .gitignore
  2. 1
    0
      cypress.config.ts

+ 1
- 1
.gitignore View File

@@ -171,6 +171,6 @@ composer.phar
core/js/mimetypelist.js

# Tests - cypress
cypress/downloads
cypress/snapshots
cypress/videos
cypress/downloads

+ 1
- 0
cypress.config.ts View File

@@ -30,6 +30,7 @@ export default defineConfig({
experimentalInteractiveRunEvents: true,

// faster video processing
video: !process.env.CI,
videoCompression: false,

// Prevent elements to be scrolled under a top bar during actions (click, clear, type, etc). Default is 'top'.

Loading…
Cancel
Save