Align Cypress base URL and redirect test port
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user