From cf558eadba9f107140f724c58ff4080264d34bdd Mon Sep 17 00:00:00 2001 From: jyboy Date: Mon, 8 Apr 2024 13:05:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20cypress=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 8121635..b51e2e6 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,6 +1,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ + projectId: "nfahnr", e2e: { baseUrl: 'http://localhost:4173', supportFile: false