Skip to content

Commit b135e6c

Browse files
committed
update release notes
1 parent c7d7ce0 commit b135e6c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/src/images/timeline.png

481 KB
Loading

docs/src/release-notes-js.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
88

99
## Version 1.58
1010

11-
### Sharding Improvements
11+
### Timeline
1212

13-
The HTML report's Speedboard tab now shows how long each shard took, making it easy to spot imbalanced shards at a glance.
13+
If you're using [merged reports](./test-sharding.md#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows a Gantt shard of how long each test bot took:
1414

15-
![Shard Duration chart in the HTML report](./images/speedboard-shards.png)
16-
17-
### New `isLocal` Option for CDP Connections
18-
19-
[`method: 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.
20-
21-
```ts
22-
const browser = await chromium.connectOverCDP('http://localhost:9222', {
23-
isLocal: true,
24-
});
25-
```
15+
![Timeline chart in the HTML report](./images/timeline.png)
2616

2717
### UI Mode and Trace Viewer Improvements
2818

@@ -33,6 +23,16 @@ const browser = await chromium.connectOverCDP('http://localhost:9222', {
3323

3424
Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements!
3525

26+
### Miscellaneous
27+
28+
[`method: 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.
29+
30+
```ts
31+
const browser = await chromium.connectOverCDP('http://localhost:9222', {
32+
isLocal: true,
33+
});
34+
```
35+
3636
### Breaking Changes ⚠️
3737

3838
- Removed `_react` and `_vue` selectors. See [locators guide](./locators.md) for alternatives.

0 commit comments

Comments
 (0)