Align Cypress base URL and redirect test port

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 11:52:34 +08:00
parent 08c1adba37
commit 28c861ab0e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ module.exports = defineConfig({
viewportWidth: 1280,
viewportHeight:720,
e2e: {
baseUrl: "http://localhost:5173",
baseUrl: "http://localhost:4173",
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
},
includeShadowDom: true,