From 95c9a1df47676cc04bd519acbb8b915830a55189 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Thu, 4 Apr 2024 12:00:14 +0200 Subject: [PATCH] chore: add cypress video recording Signed-off-by: skjnldsv --- .gitignore | 2 +- cypress.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56215087e671b..e69bd0ffe328e 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 d7e8743434e66..267382842d936 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -30,6 +30,7 @@ export default defineConfig({ experimentalInteractiveRunEvents: true, // faster video processing + video: true, videoCompression: false, // Prevent elements to be scrolled under a top bar during actions (click, clear, type, etc). Default is 'top'.