From d57d2793f59ebe4b59af54490e3b92cf1e7e47bb Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 08:27:55 +0200 Subject: [PATCH] Update cypress.config.ts --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 4108d54..5a73276 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from "cypress"; export default defineConfig({ + projectId: "1nghs5", e2e: { baseUrl: "http://localhost:3000", setupNodeEvents(on, config) {