You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the webmcp-list mention in the WebMCP section of the CLI skill up next to the page status and snapshot description, so all three ways to discover page tools are described together.
Hi, I'm the Playwright bot and I took a look at the CI failures here.
🟢 The one failure is a known pre-existing flake — this PR is clear
[firefox] › mcp/cli-session.spec.ts:54 › idle timeout shuts the session down flakes on the mcp-windows-latest-firefox bot regardless of the change under test: 34 of its last 106 runs failed, 72 passed, across 33 distinct SHAs and PRs that have nothing to do with this one (#42684, #42713, #42752, #42764, #42778, plus pushes to main). This PR edits 3 lines of packages/playwright-core/src/tools/skills/playwright-cli/SKILL.md — markdown prose in a skill file — which no test loads.
Details
Pre-existing flake / infra
[firefox] › mcp/cli-session.spec.ts:54 › idle timeout shuts the session down (mcp-windows-latest-firefox) — the test waits for the idle session to shut down and asserts the browser list reads (no browsers); it fails with the browser still status: open after the 5s predicate timeout. That is a timing race between the idle timeout and the assertion, and it is confined to this one bot: every other MCP bot (ubuntu/macOS firefox, and chromium/webkit/chrome/msedge everywhere, ~107–114 runs each) is at zero failures over the same window.
Run history on mcp-windows-latest-firefox, oldest first — 🟩 passed, 🟥 failed:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
webmcp-listmention in the WebMCP section of the CLI skill up next to the page status and snapshot description, so all three ways to discover page tools are described together.