test(cypress): use start-server-and-test

This commit is contained in:
moklick
2022-09-14 17:39:49 +02:00
parent 33d6a73dd0
commit b8c6638a4b
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:5173',
baseUrl: 'http://localhost:3000',
viewportWidth: 1280,
viewportHeight: 720,
video: false,