Skip to content

Commit 3981b50

Browse files
committed
chore: debug flakiness
1 parent d545741 commit 3981b50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Run tests
4545
run: npm run test
46+
env:
47+
DEBUG: puppeteer:*
4648

4749
# Gating job for branch protection.
4850
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)