cherry-pick(#32145): doc(release notes): Fix 1.46 release notes typos (#32145)

This commit is contained in:
Simon Knott 2024-08-29 11:21:07 +02:00
parent e1c861cfa7
commit f84539bf00
No known key found for this signature in database
GPG Key ID: 8CEDC00028084AEC
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@ You can also provide client certificates to a particular [test project](./api/cl
### `--only-changed` cli option ### `--only-changed` cli option
New CLI option `--only-changed` allows to only run test files that have been changed since the last git commit or from a specific git "ref". New CLI option `--only-changed` will only run test files that have been changed since the last git commit or from a specific git "ref". This will also run all test files that import any changed files.
```sh ```sh
# Only run test files with uncommitted changes # Only run test files with uncommitted changes
npx playwright test --only-changed npx playwright test --only-changed
# Only run test files changed relative to the "main" branch # Only run test files changed relative to the "main" branch
npx playwrigh test --only-changed=main npx playwright test --only-changed=main
``` ```
### Component Testing: New `router` fixture ### Component Testing: New `router` fixture