Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

} else {
const forceReinstall = hasNoArguments ? false : !!options.force;
await registry.install(executables, forceReinstall);
const force = args.length === 0 ? false : !!options.force;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we check args.length===0 here at all? I'd just pass options.force.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what it was...

@github-actions
Copy link
Contributor

Test results for "MCP"

4 failed
❌ [chrome] › mcp/cdp.spec.ts:20 › cdp server @mcp-windows-latest
❌ [chrome] › mcp/cdp.spec.ts:31 › cdp server reuse tab @mcp-windows-latest
❌ [chrome] › mcp/cdp.spec.ts:61 › should throw connection error and allow re-connecting @mcp-windows-latest
❌ [chrome] › mcp/click.spec.ts:19 › browser_click @mcp-windows-latest

2566 passed, 108 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "tests 1"

4 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node18`
⚠️ [firefox-page] › page/page-goto.spec.ts:83 › should work with Cross-Origin-Opener-Policy `@firefox-ubuntu-22.04-node18`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35 › should update locator highlight `@ubuntu-22.04-chromium-tip-of-tree`
⚠️ [playwright-test] › ui-mode-test-output.spec.ts:80 › should show console messages for test `@ubuntu-latest-node24-1`

47186 passed, 815 skipped


Merge workflow run.

@pavelfeldman pavelfeldman merged commit 175bf4f into microsoft:main Oct 27, 2025
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants