diff --git a/examples/nextjs/cypress.config.ts b/examples/nextjs/cypress.config.ts index 02c9afd4..9ea04b09 100644 --- a/examples/nextjs/cypress.config.ts +++ b/examples/nextjs/cypress.config.ts @@ -13,6 +13,7 @@ module.exports = defineConfig({ framework: 'next', bundler: 'webpack', }, + screenshotOnRunFailure: false, video: false, }, });