From 680bb82bea785bdefd20e7e12cd2c6f8d51d758a Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:28:38 +0530 Subject: [PATCH] test: enable screenshots Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress-v2/cypress.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cypress-v2/cypress.json b/scripts/cypress-v2/cypress.json index fc61d497d9..cca71b1952 100644 --- a/scripts/cypress-v2/cypress.json +++ b/scripts/cypress-v2/cypress.json @@ -19,9 +19,9 @@ "pageLoadTimeout": 600000, "viewportWidth": 1980, "viewportHeight": 1000, - "video": false, + "video": true, "retries": 0, - "screenshotOnRunFailure": false, + "screenshotOnRunFailure": true, "numTestsKeptInMemory": 0, "experimentalInteractiveRunEvents": true, "env": {