From 33750c31e2b5026499b4e836cc14a8eda994f9e7 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 27 Sep 2023 16:42:09 +0200 Subject: [PATCH] Try to enable video for pipelines --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index f77ddffd..0f911cb1 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -4,7 +4,7 @@ const { cloudPlugin } = require("cypress-cloud/plugin"); module.exports = defineConfig({ projectId: "RVEZS1", watchForFileChanges: false, - video: false, + video: true, viewportWidth: 1280, viewportHeight: 720, retries: {