From 2227179c2c07492686840271123b812818b90106 Mon Sep 17 00:00:00 2001 From: David Cui <53581635+davidcui-amzn@users.noreply.github.com> Date: Sat, 10 Jul 2021 18:03:55 -0700 Subject: [PATCH] toggle video on for cypress testing (#124) Signed-off-by: David Cui --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 95f5f76e..e72b2afa 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,5 @@ { - "video": false, + "video": true, "fixturesFolder": ".cypress/fixtures", "integrationFolder": ".cypress/integration", "pluginsFile": ".cypress/plugins/index.js",