From 8886ec02cab38a1a1f501f872a0bd0bd733679fb Mon Sep 17 00:00:00 2001 From: Le TOULLEC Martial <308012+koromerzhin@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:47:22 +0100 Subject: [PATCH] Update cypress.config.js --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 97f47c4..81e5fef 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,6 +1,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ + video: true, e2e: { setupNodeEvents(on, config) { // implement node event listeners here