Skip to content

Commit

Permalink
cherry-pick(#32145): doc(release notes): Fix 1.46 release notes typos (
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Aug 29, 2024
1 parent e1c861c commit f84539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ You can also provide client certificates to a particular [test project](./api/cl

### `--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
# Only run test files with uncommitted changes
npx playwright test --only-changed

# 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
Expand Down

0 comments on commit f84539b

Please sign in to comment.