From: Nizamudeen A Date: Wed, 12 Oct 2022 05:17:17 +0000 (+0530) Subject: mgr/dashboard: enable cypress video on test fails X-Git-Tag: v18.1.0~336^2~8^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=db090d73cbb7ea1db7dbc525233ff2e39a6bfd6b;p=ceph.git mgr/dashboard: enable cypress video on test fails Signed-off-by: Nizamudeen A --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress.json b/src/pybind/mgr/dashboard/frontend/cypress.json index 8654b3227d355..35cf87241d338 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,