mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
chore: add cypress video recording
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
b2737451b1
commit
e6acc31692
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -168,5 +168,6 @@ composer.phar
|
|||
core/js/mimetypelist.js
|
||||
|
||||
# Tests - cypress
|
||||
cypress/downloads
|
||||
cypress/snapshots
|
||||
cypress/videos
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ export default defineConfig({
|
|||
experimentalInteractiveRunEvents: true,
|
||||
|
||||
// faster video processing
|
||||
video: !process.env.CI,
|
||||
videoCompression: false,
|
||||
|
||||
// Visual regression testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue