cherry-pick(#31350): docs: fix typo in 1.45 release notes

This commit is contained in:
Max Schmitt 2024-06-19 09:27:21 +02:00
parent 599d074f71
commit afcf8d296c

View file

@ -43,10 +43,10 @@ See [the clock guide](./clock.md) for more details.
```sh
# Avoid TTY features that output ANSI control sequences
PLAYWRIGHT_FORCE_TTY=0 npx playwrigh test
PLAYWRIGHT_FORCE_TTY=0 npx playwright test
# Enable TTY features, assuming a terminal width 80
PLAYWRIGHT_FORCE_TTY=80 npx playwrigh test
PLAYWRIGHT_FORCE_TTY=80 npx playwright test
```
- New options [`property: TestConfig.respectGitIgnore`] and [`property: TestProject.respectGitIgnore`] control whether files matching `.gitignore` patterns are excluded when searching for tests.