From: skjnldsv Date: Thu, 4 Apr 2024 10:00:14 +0000 (+0200) Subject: chore: add cypress video recording X-Git-Tag: v29.0.0rc2~2^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e4332e1e2ca1c16c91eb0fe87b7b7ad486fdde3;p=nextcloud-server.git chore: add cypress video recording Signed-off-by: skjnldsv --- diff --git a/.gitignore b/.gitignore index 56215087e67..e69bd0ffe32 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/cypress.config.ts b/cypress.config.ts index d7e8743434e..d158d8cfae2 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -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'.