Skip to content

Commit 77ebcb7

Browse files
committed
Merge branch 'orkon/debug-flakiness' into orkon/try-cft
2 parents d532e49 + 3981b50 commit 77ebcb7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: Run tests
4747
shell: bash
4848
run: npm run test
49+
env:
50+
DEBUG: puppeteer:*
4951

5052
# Gating job for branch protection.
5153
test-success:

src/browser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export async function launch(options: McpLaunchOptions): Promise<Browser> {
106106
pipe: true,
107107
headless,
108108
args,
109+
dumpio: true,
109110
});
110111
if (options.logFile) {
111112
// FIXME: we are probably subscribing too late to catch startup logs. We

0 commit comments

Comments
 (0)