Skip to content

Commit edc4c94

Browse files
committed
fix: Cypress baseurl
1 parent 5bac45b commit edc4c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import vitePreprocessor from 'cypress-vite';
44

55
export default defineConfig({
66
e2e: {
7-
baseUrl: 'http://localhost:5173/',
7+
baseUrl: 'http://localhost:3000/',
88
viewportWidth: 1280,
99
viewportHeight: 768,
1010
specPattern: '**/*.e2e.ts',

0 commit comments

Comments
 (0)