Skip to content

Commit

Permalink
fix local e2e by adding inspector-port (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Feb 6, 2025
1 parent 642c3d2 commit 5838438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/config-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function configurePlaywright(
timeout = 100_000;
} else {
timeout = 500_000;
command = `pnpm preview --port ${port}`;
command = `pnpm preview --port ${port} --inspector-port ${inspectorPort}`;
}
} else {
timeout = 100_000;
Expand Down

0 comments on commit 5838438

Please sign in to comment.