mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
chore: add cypress video recording
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
25d7312772
commit
9e4332e1e2
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -171,6 +171,6 @@ composer.phar
|
|||
core/js/mimetypelist.js
|
||||
|
||||
# Tests - cypress
|
||||
cypress/downloads
|
||||
cypress/snapshots
|
||||
cypress/videos
|
||||
cypress/downloads
|
||||
|
|
@ -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…
Reference in a new issue