Skip to content

Commit 59c97e8

Browse files
fix local e2e by adding inspector-port (#346)
1 parent 5ef9526 commit 59c97e8

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)