Update docs/src/release-notes-js.md
Signed-off-by: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
parent
308f43a0d8
commit
d336f201b1
|
|
@ -67,17 +67,17 @@ This fixture is only available in [component tests](./test-components#handling-n
|
||||||
|
|
||||||
### UI Mode / Trace Viewer Updates
|
### UI Mode / Trace Viewer Updates
|
||||||
|
|
||||||
- Allow hiding Route actions like `route.continue` in Trace Viewer settings
|
- New testing options pane in the UI mode to control test execution, for example "single worker" or "headed browser".
|
||||||
- Show request method/status in the network details tab
|
- New setting to show/hide routing actions like `route.continue`.
|
||||||
- Add "Copy to Clipboard" button in the Sources Stacktrace tab
|
- Request method and status are shown in the network details tab.
|
||||||
- Display Text Attachments in attachments pane
|
- New button to copy source file location to clipboard.
|
||||||
- Display `baseURL` in metadata pane
|
- Content of text attachments is now rendered inline in the attachments pane.
|
||||||
|
- Metadata pane now displays the `baseURL`.
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` network error
|
- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` network error.
|
||||||
- HTML Report: Allow rendering multiple links in test annotation description
|
- Improved link rendering inside annotations and attachments in the html report.
|
||||||
- HTML Report: Allow rendering links in test attachment name and body
|
|
||||||
|
|
||||||
### Browser Versions
|
### Browser Versions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue