New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".
New "copy" buttons for annotations and test location in the HTML report.
Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the test-lint-minor-patch group with 6 updates in the / directory:
9.11.1
9.12.0
9.11.1
9.12.0
15.9.0
15.10.0
1.47.2
1.48.0
8.7.0
8.8.1
2.1.1
2.1.2
Updates
@eslint/js
from 9.11.1 to 9.12.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
873ae60
chore: package.json update for@eslint/js
releaseUpdates
eslint
from 9.11.1 to 9.12.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
17cfb68
9.12.0826e69d
Build: changelog update for 9.12.0555aafd
chore: upgrade to@eslint/js@9.12.0
(#18987)873ae60
chore: package.json update for@eslint/js
releaseea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986)d0a5414
refactor: replace strip-ansi with native module (#18982)b827029
chore: Enable JSON5 linting (#18979)ecbd522
docs: Mention code explorer (#18978)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697)d3e4b2e
docs: Clarify how to exclude.js
files (#18976)Updates
globals
from 15.9.0 to 15.10.0Release notes
Sourced from globals's releases.
Commits
7560717
15.10.03cbce2d
Update globals (#264)bd201b5
Addpermissions
for automated job (#263)53f872a
Collect globals on all platforms (#261)560cf2f
Update dependencies (#262)Updates
playwright
from 1.47.2 to 1.48.0Release notes
Sourced from playwright's releases.
Commits
0cdbb11
chore: mark v1.48.0 (#33009)ca368d4
cherry-pick(#32991): fix(routeWebSocket): do not show in the trace (#33004)c329c5c
cherry-pick(#33005): chore(driver): roll driver to recent Node.js LTS version97aaa12
cherry-pick(#32956): fix(fetch): listener leaks on Socket0c17732
cherry-pick(#32949): feat(chromium): roll to r1140530f043
cherry-pick(#32938): feat(firefox): roll to r14651054930
cherry-pick(#32924): docs: fix Java/.NET types for docs rollinge732f68
cherry-pick(#32906): feat(chromium): roll to r1139dfa0e8b
cherry-pick(#32905): chore: remove 'screenshot instead of snapshot' usages7155356
cherry-pick(#32880): chore: unflake 'should record'Updates
typescript-eslint
from 8.7.0 to 8.8.1Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0Updates
vitest
from 2.1.1 to 2.1.2Release notes
Sourced from vitest's releases.
Commits
0ce26a4
chore: release v2.1.2383f179
fix(browser): throw an error if "@vitest/browser/
context" is imported outside...821400b
fix(vitest): don't start a websocket server if api is disabled (#6617)8a8d3f0
fix(vitest): make env.SSR consistent between different pools (#6616)ed8b7c0
fix(vitest): install dependencies with the same version when prompted (#6611)d2a86ff
fix(workspace): ignore DS_Store by default (#6571)88bde99
fix(coverage):cleanOnRerun: false
to invalidate previous results (#6592)5f75790
refactor: replacestrip-ansi
withstripVTControlCharacters
from `node:uti...e7f3521
fix: moveVitest.setServer
to postconfigureServer
hook to enable import ...891d6fe
docs: deprecatebenchmark.outputFile
option (#6591)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show