💄 Add minor cmd naming change for e2e test commands

This commit is contained in:
Andrey Antukh 2024-10-09 12:26:04 +02:00 committed by Alonso Torres
parent abd77559ab
commit 33a07346dd
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
timeout: 2 * 60 * 1000,
command: "yarn e2e:server",
command: "yarn run e2e:server",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
},