mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix typo in 1.45 release notes (#31350)
This commit is contained in:
parent
9e6772818e
commit
e1e6c28722
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user