From d336f201b176a350a9c5f571e45352e2e830ad63 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Fri, 26 Jul 2024 07:51:03 -0700 Subject: [PATCH] Update docs/src/release-notes-js.md Signed-off-by: Dmitry Gozman --- docs/src/release-notes-js.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 52d1126d14..2b9f485eb0 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -67,17 +67,17 @@ This fixture is only available in [component tests](./test-components#handling-n ### UI Mode / Trace Viewer Updates -- Allow hiding Route actions like `route.continue` in Trace Viewer settings -- Show request method/status in the network details tab -- Add "Copy to Clipboard" button in the Sources Stacktrace tab -- Display Text Attachments in attachments pane -- Display `baseURL` in metadata pane +- New testing options pane in the UI mode to control test execution, for example "single worker" or "headed browser". +- New setting to show/hide routing actions like `route.continue`. +- Request method and status are shown in the network details tab. +- New button to copy source file location to clipboard. +- Content of text attachments is now rendered inline in the attachments pane. +- Metadata pane now displays the `baseURL`. ### Miscellaneous -- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` network error -- HTML Report: Allow rendering multiple links in test annotation description -- HTML Report: Allow rendering links in test attachment name and body +- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` network error. +- Improved link rendering inside annotations and attachments in the html report. ### Browser Versions