We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0cc36 commit 16f5dceCopy full SHA for 16f5dce
e2e/playwright.config.ts
@@ -19,7 +19,7 @@ export default defineConfig({
19
reporter: 'html',
20
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
21
webServer: [{
22
- command: 'pnpm run sandbox',
+ command: 'pnpm run dev:sandbox',
23
url: 'http://localhost:3000',
24
timeout: 120_000,
25
reuseExistingServer: !is_ci,
0 commit comments