Skip to content

Commit 08cc0a8

Browse files
feat(roll): roll to ToT Playwright (23-02-26) (#1977)
1 parent d805fb8 commit 08cc0a8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

nodejs/docs/release-notes.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ After 3 years of being deprecated, we removed `page.accessibility` from our API.
109109
- Network requests issued by [Service Workers](./service-workers.mdx#network-events-and-routing) are now reported and can be routed through the [BrowserContext](./api/class-browsercontext.mdx), only in Chromium. You can opt out using the `PLAYWRIGHT_DISABLE_SERVICE_WORKER_NETWORK` environment variable.
110110
- Console messages from Service Workers are dispatched through [worker.on('console')](/api/class-worker.mdx#worker-event-console). You can opt out of this using the `PLAYWRIGHT_DISABLE_SERVICE_WORKER_CONSOLE` environment variable.
111111
112+
### Miscellaneous
113+
- Playwright docker images switched from Node.js v22 to Node.js v24 LTS.
114+
112115
### Browser Versions
113116
- Chromium 143.0.7499.4
114117
- Mozilla Firefox 144.0.2

nodejs/docs/test-sharding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can now see the reports have been merged and a combined HTML report is avail
161161

162162
## Merging reports from multiple environments
163163

164-
If you want to run the same tests in multiple environments, as opposed to shard your tests onto multiple machines, you need to differentiate these enviroments.
164+
If you want to run the same tests in multiple environments, as opposed to shard your tests onto multiple machines, you need to differentiate these environments.
165165

166166
In this case, it is useful to specify the [testConfig.tag](/api/class-testconfig.mdx#test-config-tag) property, to tag all tests with the environment name. This tag will be automatically picked up by the blob report and later on by the merge tool.
167167

0 commit comments

Comments
 (0)