chore(deps): update dependency @playwright/cli to v0.1.5#158
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @playwright/cli to v0.1.5#158renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Preview deploymentPreview is live at: https://klickhaus.aemstatus.net/preview/pr-158/dashboard.html Updated for commit 8cbdde1 |
9f95bd5 to
705b7fd
Compare
705b7fd to
40bcea8
Compare
40bcea8 to
2512dc7
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.1.1→0.1.5Release Notes
microsoft/playwright-cli (@playwright/cli)
v0.1.5Compare Source
What's New
Pipe CLI Output with
--rawThe new global
--rawflag strips page status, generated code, and snapshot sections from the output, returning only the result value. Use it to pipe command output into other tools:Commands that don't produce output return nothing.
Attach to Browser via CDP
The
attachcommand now supports connecting to an existing browser via a CDP endpoint URL:This makes it easy for coding agents to connect to a browser that's already running (e.g. a dev browser or a remote debugging target) without launching a new one.
attach --extensionReplacesopen --extensionConnecting to a browser via the Playwright MCP Bridge extension has moved from
opento the dedicatedattachcommand. You can also specify the browser:Bug Fixes
tab-newnow navigates to the URL when provided — previouslyplaywright-cli tab-new https://example.comopened a blank tab instead of navigating.listcommand no longer fails whenworkspaceDiris undefined — fixes a crash when runningplaywright-cli listoutside a workspace.v0.1.4Compare Source
v0.1.3Compare Source
v0.1.2Compare Source
What's New
🎬 Richer Video Recording
The
video-start/video-chapter/video-stopcommands now support action annotations and chapter markers backed by the newpage.screencastAPI:See the video recording reference for full examples.
🤖 CLI Debugger
Coding agents can now attach to a running Playwright test for interactive debugging. Run the test with
--debug=cli, then attach withplaywright-cli:This pairs
playwright-cli's browser control with Playwright's test runner — perfect for automatically diagnosing and fixing failing tests in agentic workflows.🌐 Network State & Request Inspection
Offline mode — simulate network connectivity loss for testing offline scenarios:
playwright-cli network-state-set offline # ... test your app's offline behavior ... playwright-cli network-state-set onlineRicher
networkoutput — filter requests by URL pattern and optionally include headers and request bodies:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.