Skip to content

Commit 04238cb

Browse files
author
aehnh
committed
ignore playground app logs in playwright
1 parent 7578057 commit 04238cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests-e2e/src/connect/utils/Playground.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function spawnPlaygroundNew(): Promise<PlaygroundInfo> {
4444
env: {
4545
...process.env,
4646
},
47-
stdio: 'inherit',
47+
stdio: 'ignore',
4848
shell: true,
4949
});
5050
const ok = await waitPort({ host: 'localhost', port, timeout: 15_000, output: 'silent' });

0 commit comments

Comments
 (0)