Skip to content

Commit 16f5dce

Browse files
committed
Update Playwright config to use dev:sandbox command
1 parent ec0cc36 commit 16f5dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
reporter: 'html',
2020
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
2121
webServer: [{
22-
command: 'pnpm run sandbox',
22+
command: 'pnpm run dev:sandbox',
2323
url: 'http://localhost:3000',
2424
timeout: 120_000,
2525
reuseExistingServer: !is_ci,

0 commit comments

Comments
 (0)