nits
This commit is contained in:
parent
13c413c1f8
commit
308f43a0d8
|
|
@ -35,7 +35,7 @@ You can also provide client certificates to a particular [test project](./api/cl
|
||||||
|
|
||||||
### Component Testing: New `router` fixture
|
### Component Testing: New `router` fixture
|
||||||
|
|
||||||
This release introduces an experimental `router` fixture to intercept and handle network requests.
|
This release introduces an experimental `router` fixture to intercept and handle network requests in component testing.
|
||||||
There are two ways to use the router fixture:
|
There are two ways to use the router fixture:
|
||||||
|
|
||||||
- Call `router.route(url, handler)` that behaves similarly to [`method: Page.route`].
|
- Call `router.route(url, handler)` that behaves similarly to [`method: Page.route`].
|
||||||
|
|
@ -65,11 +65,19 @@ This fixture is only available in [component tests](./test-components#handling-n
|
||||||
- New option to [box a fixture](./test-fixtures#box-fixtures) to minimize the fixture exposure in test reports and error messages.
|
- New option to [box a fixture](./test-fixtures#box-fixtures) to minimize the fixture exposure in test reports and error messages.
|
||||||
- New option to provide a [custom fixture title](./test-fixtures#custom-fixture-title) to be used in test reports and error messages.
|
- New option to provide a [custom fixture title](./test-fixtures#custom-fixture-title) to be used in test reports and error messages.
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
- Show request method/status in the network details tab in Trace Viewer
|
- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` network error
|
||||||
- Allow hiding Route actions like `route.continue` in Trace Viewer
|
- HTML Report: Allow rendering multiple links in test annotation description
|
||||||
- New `maxRetries` option in [`method: APIRequestContext.fetch`] which retries on the `ECONNRESET` error.
|
- HTML Report: Allow rendering links in test attachment name and body
|
||||||
|
|
||||||
### Browser Versions
|
### Browser Versions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue