From 5c16415e1901c801900ff707d926789a36043b10 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 1 Sep 2022 12:37:40 +0200 Subject: [PATCH] test(config): dont do screenshots --- examples/nextjs/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) 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, }, });