Skip to content

Commit

Permalink
add stdout pipe to middleware playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Jan 17, 2025
1 parent f8e0d43 commit 0d12a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/middleware/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ export default defineConfig({
command: "pnpm preview:worker",
port: 8775,
reuseExistingServer: !process.env.CI,
stdout: "pipe",
},
});

0 comments on commit 0d12a84

Please sign in to comment.