Browse Source

chore: add cypress video recording

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
tags/v28.0.5rc1
skjnldsv 1 month ago
parent
commit
e6acc31692
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 1
    0
      cypress.config.ts

+ 1
- 0
.gitignore View File

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

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

+ 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,

// Visual regression testing

Loading…
Cancel
Save