]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: add cypress video recording
authorskjnldsv <skjnldsv@protonmail.com>
Thu, 4 Apr 2024 10:00:14 +0000 (12:00 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 4 Apr 2024 11:58:34 +0000 (11:58 +0000)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
.gitignore
cypress.config.ts

index 56215087e671b5e921f2b4c8be8ef6aa3f8ed105..e69bd0ffe328e35d8f5591053288547309c5b9a3 100644 (file)
@@ -171,6 +171,6 @@ composer.phar
 core/js/mimetypelist.js
 
 # Tests - cypress
+cypress/downloads
 cypress/snapshots
 cypress/videos
-cypress/downloads
\ No newline at end of file
index d7e8743434e66cf85ba03bffce62055914a86d9c..d158d8cfae21a0ab4025693205727832a7937dfc 100644 (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'.