From db090d73cbb7ea1db7dbc525233ff2e39a6bfd6b Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Wed, 12 Oct 2022 10:47:17 +0530 Subject: [PATCH] mgr/dashboard: enable cypress video on test fails Signed-off-by: Nizamudeen A --- src/pybind/mgr/dashboard/frontend/cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress.json b/src/pybind/mgr/dashboard/frontend/cypress.json index 8654b3227d3..35cf87241d3 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress.json +++ b/src/pybind/mgr/dashboard/frontend/cypress.json @@ -5,7 +5,8 @@ "**/orchestrator/**" ], "supportFile": "cypress/support/index.ts", - "video": false, + "video": true, + "videoUploadOnPasses": false, "defaultCommandTimeout": 120000, "responseTimeout": 45000, "viewportHeight": 1080, -- 2.39.5