Skip to content

Commit 6b59c9c

Browse files
committed
chore: debug flakiness
1 parent bfbdada commit 6b59c9c

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
@@ -109,6 +109,7 @@ export async function launch(options: McpLaunchOptions): Promise<Browser> {
109109
pipe: true,
110110
headless,
111111
args,
112+
dumpio: true,
112113
});
113114
} catch (error) {
114115
// TODO: check browser logs for `Failed to create a ProcessSingleton for

0 commit comments

Comments
 (0)