chore: add cypress video recording

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-04-04 12:00:14 +02:00
parent 1a3ad804bb
commit 45316f0377
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -171,6 +171,6 @@ composer.phar
core/js/mimetypelist.js
# Tests - cypress
cypress/downloads
cypress/snapshots
cypress/videos
cypress/downloads

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'.