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