From 912f5c5f1f2aa71e429870250404a6ddfb4bd23d Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 10 Apr 2024 13:18:02 +0200 Subject: [PATCH] chore: drop unused cypress config values --- cypress.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 9cac4c1aa..02580f79b 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -40,8 +40,6 @@ async function setupNodeEvents(on, config) { } module.exports = defineConfig({ - projectId: 'sc56ms', - video: false, e2e: { setupNodeEvents, baseUrl: 'http://localhost:3000',