Skip to content

Commit 35926d3

Browse files
committed
update
1 parent b135e6c commit 35926d3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/src/images/timeline.png

73.9 KB
Loading

docs/src/release-notes-js.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
1010

1111
### Timeline
1212

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:
13+
If you're using [merged reports](./test-sharding.md#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows the Timeline:
1414

1515
![Timeline chart in the HTML report](./images/timeline.png)
1616

@@ -27,12 +27,6 @@ Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements
2727

2828
[`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.
2929

30-
```ts
31-
const browser = await chromium.connectOverCDP('http://localhost:9222', {
32-
isLocal: true,
33-
});
34-
```
35-
3630
### Breaking Changes ⚠️
3731

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

0 commit comments

Comments
 (0)