fix: test server not starting properly
This commit is contained in:
parent
d715961fc4
commit
711058fcde
5 changed files with 2 additions and 9 deletions
|
@ -20,7 +20,7 @@ export function createConfig(config: Config): PlaywrightTestConfig {
|
|||
// Run your local dev server before starting the tests:
|
||||
// https://playwright.dev/docs/test-advanced#launching-a-development-web-server-during-the-tests
|
||||
webServer: {
|
||||
command: "pnpm serve",
|
||||
command: "pnpm dev:headless",
|
||||
url: baseURL,
|
||||
timeout: 30 * 1000,
|
||||
// eslint-disable-next-line turbo/no-undeclared-env-vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue