Skip to content

Commit

Permalink
pipe webserver errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 10, 2023
1 parent bbb359b commit 032ca92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps/tools/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ process.env.FAUCET_PRIVATE_KEY = "93fd78bd1e79a3b593d4732b76050b418aeefa5e4e6ea8
export default defineConfig({
...defaultConfig,
webServer: {
command: 'pnpm dev',
command: 'pnpm run dev',
url: 'http://127.0.0.1:3000',
reuseExistingServer: false,
stdout: 'ignore',
stdout: 'pipe',
stderr: 'pipe',
env: {
FAUCET_PUBLIC_KEY: "782127638ab9cc8fa8598ff0120464ceef6f367ddcd616b47afffbdb175dcc5e",
Expand Down

0 comments on commit 032ca92

Please sign in to comment.