Skip to content

Commit

Permalink
chore: add cypress video recording
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Apr 4, 2024
1 parent 25d7312 commit 9e4332e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ composer.phar
core/js/mimetypelist.js

# Tests - cypress
cypress/downloads
cypress/snapshots
cypress/videos
cypress/downloads
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 9e4332e

Please sign in to comment.