We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
Timeline
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:
UI Mode and Trace Viewer Improvements
New 'system' theme option follows your OS dark/light mode preference
Search functionality (Cmd/Ctrl+F) is now available in code editors
Network details panel has been reorganized for better usability
JSON responses are now automatically formatted for readability
Thanks to @cpAdm for contributing these improvements!
Miscellaneous
browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
Breaking Changes ⚠️
Removed _react and _vue selectors. See locators guide for alternatives.
Removed :light selector engine suffix. Use standard CSS selectors instead.
Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
Browser Versions
Chromium 145.0.7632.6
Mozilla Firefox 146.0.1
WebKit 26.0
This version was also tested against the following stable channels:
Google Chrome 144
Microsoft Edge 144
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev) ([source](https://github.com/microsoft/playwright)) | [`1.57.0` → `1.58.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.57.0/1.58.2) |  |  |  |  |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.58.2`](https://github.com/microsoft/playwright/releases/tag/v1.58.2)
[Compare Source](https://github.com/microsoft/playwright/compare/v1.58.1...v1.58.2)
#### Highlights
[#​39121](https://github.com/microsoft/playwright/issues/39121) fix(trace viewer): make paths via stdin work
[#​39129](https://github.com/microsoft/playwright/issues/39129) fix: do not force swiftshader on chromium mac
#### Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
### [`v1.58.1`](https://github.com/microsoft/playwright/releases/tag/v1.58.1)
[Compare Source](https://github.com/microsoft/playwright/compare/v1.58.0...v1.58.1)
#### Highlights
[#​39036](https://github.com/microsoft/playwright/issues/39036) fix(msedge): fix local network permissions
[#​39037](https://github.com/microsoft/playwright/issues/39037) chore: update cft download location
[#​38995](https://github.com/microsoft/playwright/issues/38995) chore(webkit): disable frame sessions on fronzen builds
#### Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
### [`v1.58.0`](https://github.com/microsoft/playwright/releases/tag/v1.58.0)
[Compare Source](https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.0)
#### 📣 Playwright CLI+SKILLs 📣
We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at [playwright-cli](https://github.com/microsoft/playwright-cli). This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
> It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
#### Timeline
If you're using [merged reports](https://playwright.dev/docs/test-sharding#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows the Timeline:

#### UI Mode and Trace Viewer Improvements
- New 'system' theme option follows your OS dark/light mode preference
- Search functionality (Cmd/Ctrl+F) is now available in code editors
- Network details panel has been reorganized for better usability
- JSON responses are now automatically formatted for readability
Thanks to [@​cpAdm](https://github.com/cpAdm) for contributing these improvements!
#### Miscellaneous
[browserType.connectOverCDP()](https://playwright.dev/docs/api/class-browsertype#browser-type-connect-over-cdp) now accepts an `isLocal` option. When set to `true`, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
#### Breaking Changes ⚠️
- Removed `_react` and `_vue` selectors. See [locators guide](https://playwright.dev/docs/locators) for alternatives.
- Removed `:light` selector engine suffix. Use standard CSS selectors instead.
- Option `devtools` from [browserType.launch()](https://playwright.dev/docs/api/class-browsertype#browser-type-launch) has been removed. Use `args: ['--auto-open-devtools-for-tabs']` instead.
- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
#### Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 144
- Microsoft Edge 144
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDMuNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovatebot
changed title from chore(deps): update dependency @playwright/test to v1.58.0 to chore(deps): update dependency @playwright/test to v1.58.12026-02-03 02:39:35 +08:00
renovatebot
changed title from chore(deps): update dependency @playwright/test to v1.58.1 to chore(deps): update dependency @playwright/test to v1.58.22026-02-10 01:23:23 +08:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.57.0→1.58.2Release Notes
microsoft/playwright (@playwright/test)
v1.58.2Compare Source
Highlights
#39121 fix(trace viewer): make paths via stdin work
#39129 fix: do not force swiftshader on chromium mac
Browser Versions
v1.58.1Compare Source
Highlights
#39036 fix(msedge): fix local network permissions
#39037 chore: update cft download location
#38995 chore(webkit): disable frame sessions on fronzen builds
Browser Versions
v1.58.0Compare Source
📣 Playwright CLI+SKILLs 📣
We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
Timeline
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:
UI Mode and Trace Viewer Improvements
Thanks to @cpAdm for contributing these improvements!
Miscellaneous
browserType.connectOverCDP() now accepts an
isLocaloption. When set totrue, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.Breaking Changes ⚠️
_reactand_vueselectors. See locators guide for alternatives.:lightselector engine suffix. Use standard CSS selectors instead.devtoolsfrom browserType.launch() has been removed. Useargs: ['--auto-open-devtools-for-tabs']instead.Browser Versions
This version was also tested against the following stable channels:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
5b5fe9a23dto68d749178168d7491781to19585bcd2819585bcd28toa8db9072a1chore(deps): update dependency @playwright/test to v1.58.0to chore(deps): update dependency @playwright/test to v1.58.1a8db9072a1to423ecf0b4c423ecf0b4cto370df3be00370df3be00todcc312b261dcc312b261todf6acae585df6acae585to9ff890c91b9ff890c91bto7f4819f2fdchore(deps): update dependency @playwright/test to v1.58.1to chore(deps): update dependency @playwright/test to v1.58.27f4819f2fdto062c9770de062c9770deto19546866951954686695to9ce99bfecc9ce99bfeccto0058c990630058c99063to417bb28227