From dafa88458cadab0f69e68c6a0d612b7427a0f3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20S=C3=A1ros?= Date: Wed, 13 Dec 2023 15:00:27 +0100 Subject: [PATCH] WIP: disable screenshots --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 1707c9ddb3..f0a4799c21 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -25,6 +25,7 @@ import { defineConfig } from 'cypress' import webpackConfig from './packages/ui-webpack-config/config' export default defineConfig({ + screenshotOnRunFailure: false, component: { devServer: { framework: 'react',