mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:56:39 +02:00
💄 Add minor cmd naming change for e2e test commands
This commit is contained in:
parent
abd77559ab
commit
33a07346dd
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue