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

This commit is contained in:
Robin Munn 2024-06-18 15:11:48 +07:00 committed by GitHub
parent 9e6772818e
commit e1e6c28722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.