Skip to content

Commit 5838438

Browse files
authored
fix local e2e by adding inspector-port (#346)
1 parent 642c3d2 commit 5838438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/config-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function configurePlaywright(
2727
timeout = 100_000;
2828
} else {
2929
timeout = 500_000;
30-
command = `pnpm preview --port ${port}`;
30+
command = `pnpm preview --port ${port} --inspector-port ${inspectorPort}`;
3131
}
3232
} else {
3333
timeout = 100_000;

0 commit comments

Comments
 (0)