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 f0ed97d commit bbb359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/tools/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
url: 'http://127.0.0.1:3000',
reuseExistingServer: false,
stdout: 'ignore',
stderr: 'ignore',
stderr: 'pipe',
env: {
FAUCET_PUBLIC_KEY: "782127638ab9cc8fa8598ff0120464ceef6f367ddcd616b47afffbdb175dcc5e",
FAUCET_PRIVATE_KEY: "93fd78bd1e79a3b593d4732b76050b418aeefa5e4e6ea80f351b4c3a5b0dd19f"
Expand Down

0 comments on commit bbb359b

Please sign in to comment.