Update docs/src/release-notes-js.md

Signed-off-by: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
Dmitry Gozman 2024-07-26 07:51:03 -07:00 committed by GitHub
parent 308f43a0d8
commit d336f201b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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