chore(deps): update dependency @playwright/cli to v0.1.11#186
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @playwright/cli to v0.1.11#186renovate[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-186/delivery.html Updated for commit 4eeb3b6 |
8bfbb1d to
4e213c5
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.9→0.1.11Release Notes
microsoft/playwright-cli (@playwright/cli)
v0.1.11Compare Source
Fixes
fix(dashboard): handle null viewport in annotate screenshot—playwright-cli annotateagainst a headed browser launched withviewport: nullproduced an empty annotated screenshot; the dashboard now falls back towindow.innerWidth/innerHeight. (microsoft/playwright#40569)v0.1.10Compare Source
Highlights
Network inspection split into numbered commands (#377) —
networkis replaced with:requests— numbered list of requests with stable indexesrequest <num>— full details for one requestrequest-headers <num>,request-body <num>,response-headers <num>,response-body <num>— pipe-friendly part extractorsBodies are no longer inlined; pass
--filenameon any part-command to save the result to a file. (microsoft/playwright#40447, microsoft/playwright#40454)Spec-driven testing skill — a new
references/spec-driven-testing.mdreference guides agents through a plan / generate / heal workflow for driving Playwright tests from a written spec. (microsoft/playwright#40460)Behavior changes
cookie-list,cookie-get,localstorage-list,localstorage-get,sessionstorage-list,sessionstorage-get,route-list,request-headers,request-body,response-headers,response-body) now emit raw output by default — no more### Resultwrapper, no--rawneeded. (microsoft/playwright#40473)browsersection of any loaded config file (bothuserDataDirandexecutablePath); only the browser/channel from--browserorPLAYWRIGHT_MCP_BROWSERapplies. (microsoft/playwright#40475)requestsnow appends a hint when static requests are filtered out, telling the user to pass--staticto see them. (microsoft/playwright#40454)Fixes
fix(cli): resolve initPage/initScript paths and surface load errors(#290) — relativeinitPage/initScriptpaths from--configfiles now resolve against the config dir (matching Vite/Vitest/ESLint), and CLI-flag / env-var entries resolve againstcwd. Load errors are no longer silently swallowed. (microsoft/playwright#40451)fix(mcp): detect extension in non-default Chrome profiles— the--extensionpreflight now scans everyProfile *subdirectory under the user data dir, not justDefault. (microsoft/playwright#40471)fix(mcp): surface unhandled rejections instead of crashing the server— async errors from user-installed callbacks (e.g. apage.routehandler) are now reported on the next tool response instead of tearing down the MCP transport. (microsoft/playwright#40452)Configuration
📅 Schedule: (UTC)
🚦 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.