From 1352e3e88dd0c77b16cb2b105ff9ecb1c2703b48 Mon Sep 17 00:00:00 2001 From: Peter Hudec Date: Mon, 11 Mar 2024 16:02:27 +0000 Subject: [PATCH] Enably Cypress screenshots --- cypress.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index a3d5fe10596..47fa0d30c1b 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,7 +2,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ video: true, - screenshotOnRunFailure: false, + // screenshotOnRunFailure: false, + screenshotOnRunFailure: true, defaultCommandTimeout: 5000, requestTimeout: 5000, projectId: 'w97se2',