1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00

ci: fix timeout

This commit is contained in:
Divlo 2022-11-08 11:40:39 +01:00
parent 48d4fb6f75
commit 54ef5ceea1
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ export default defineConfig({
downloadsFolder: undefined,
screenshotOnRunFailure: false,
e2e: {
baseUrl: 'http://localhost:3000',
baseUrl: 'http://127.0.0.1:3000',
supportFile: false
}
})

View File

@ -7,8 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\""
"test:e2e": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\""
},
"dependencies": {
"@sinclair/typebox": "0.25.3",