fix: test server not starting properly

This commit is contained in:
Kim, Jimin 2024-04-28 00:56:47 +09:00
parent d715961fc4
commit 711058fcde
Signed by: pomp
GPG key ID: 2B516173EDD492EB
5 changed files with 2 additions and 9 deletions

View file

@ -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