cherry-pick(#31350): docs: fix typo in 1.45 release notes
This commit is contained in:
parent
599d074f71
commit
afcf8d296c
|
|
@ -43,10 +43,10 @@ See [the clock guide](./clock.md) for more details.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Avoid TTY features that output ANSI control sequences
|
# 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
|
# 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.
|
- New options [`property: TestConfig.respectGitIgnore`] and [`property: TestProject.respectGitIgnore`] control whether files matching `.gitignore` patterns are excluded when searching for tests.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue