We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbdada commit 6b59c9cCopy full SHA for 6b59c9c
.github/workflows/run-tests.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Run tests
45
run: npm run test
46
+ env:
47
+ DEBUG: puppeteer:*
48
49
# Gating job for branch protection.
50
test-success:
src/browser.ts
@@ -109,6 +109,7 @@ export async function launch(options: McpLaunchOptions): Promise<Browser> {
109
pipe: true,
110
headless,
111
args,
112
+ dumpio: true,
113
});
114
} catch (error) {
115
// TODO: check browser logs for `Failed to create a ProcessSingleton for
0 commit comments