Skip to content

chore: mark v0.1.14#2

Merged
qasimsethi-code merged 1 commit intomainfrom
mark-v0.1.14
May 8, 2026
Merged

chore: mark v0.1.14#2
qasimsethi-code merged 1 commit intomainfrom
mark-v0.1.14

Conversation

@qasimsethi-code
Copy link
Copy Markdown
Owner

Highlights

  • Cookie and state commands broken in extension mode (microsoft/playwright#40687) — cookie-list, cookie-set, cookie-delete, state-save all failed with "Unsupported command without sessionId" when using --extension; now routed correctly through any attached tab's debugger session. (microsoft/playwright#40706)

  • playwright-cli show returned before the dashboard was readycli show now waits for the dashboard daemon to signal readiness before returning, eliminating startup race conditions. (microsoft/playwright#40725)

Fixes

  • fix(mcp): serialize shared browser launch in --isolated mode — concurrent clients raced through factory.create and each launched their own browser, leaving orphaned processes; now serialized via a shared promise. (microsoft/playwright#40709)

  • fix(mcp): prevent unhandled rejection in test op queue — unhandled promise rejection in _enqueue crashed the MCP server on Windows; errors now propagate correctly to callers without breaking the queue. (microsoft/playwright#40698)

Upgrading

npm install -g @playwright/cli@0.1.14

Copilot AI review requested due to automatic review settings May 8, 2026 20:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@qasimsethi-code qasimsethi-code merged commit 67dc715 into main May 8, 2026
Copy link
Copy Markdown
Owner Author

@qasimsethi-code qasimsethi-code left a comment

Choose a reason for hiding this comment

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

#3

@qasimsethi-code
Copy link
Copy Markdown
Owner Author

@copilot

1 similar comment
@qasimsethi-code
Copy link
Copy Markdown
Owner Author

@copilot

Copy link
Copy Markdown
Owner Author

@qasimsethi-code qasimsethi-code left a comment

Choose a reason for hiding this comment

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

@qasimsethi-code
Copy link
Copy Markdown
Owner Author

@copilot

2 similar comments
@qasimsethi-code
Copy link
Copy Markdown
Owner Author

@copilot

@qasimsethi-code
Copy link
Copy Markdown
Owner Author

@copilot

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