Skip to content

Commit

Permalink
remove stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Preston committed Nov 11, 2024
1 parent 3e93a5a commit 634a9a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ export default defineConfig({
url: playwrightEnv.URL,
reuseExistingServer: !playwrightEnv.USE_LOCAL_SERVER,
ignoreHTTPSErrors: true,
stdout: 'pipe',
},
});

0 comments on commit 634a9a6

Please sign in to comment.