diff --git a/tests/cypress/cypress.config.ts b/tests/cypress/cypress.config.ts index c3868eb..304ac72 100644 --- a/tests/cypress/cypress.config.ts +++ b/tests/cypress/cypress.config.ts @@ -3,6 +3,7 @@ import { defineConfig } from 'cypress' export default defineConfig({ fixturesFolder: 'fixtures', screenshotsFolder: 'screenshots', + video: true, videosFolder: 'videos', env: { APP_HOST: 'http://localhost:3000/',