From 2021c593429eb4f8988ac8e51d2e60f5e55ef742 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:00:51 +0530 Subject: [PATCH] test: cypress disable screenshots/ suspecting flakyness due to screenshots Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/cypress.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cypress/cypress.json b/scripts/cypress/cypress.json index 006765dfbc..f1e83f0797 100644 --- a/scripts/cypress/cypress.json +++ b/scripts/cypress/cypress.json @@ -28,7 +28,7 @@ "viewportHeight": 1000, "video": false, "retries": 0, - "screenshotOnRunFailure": true, + "screenshotOnRunFailure": false, "numTestsKeptInMemory": 0, "env": { "testMode": [ @@ -43,7 +43,7 @@ "user": "root", "password": "password" }, - "screenshot": true + "screenshot": false }, "fixturesFolder": "scripts/cypress/fixtures", "integrationFolder": "scripts/cypress/integration",