Skip to content

Commit 14e2a4a

Browse files
committed
chore: debug flakiness
1 parent cae1cf1 commit 14e2a4a

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
@@ -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)