docs: add --ui to CLI options (#21966)
This commit is contained in:
parent
120aaa777e
commit
45faf0cd80
|
|
@ -59,6 +59,11 @@ Here are the most common options available in the command line.
|
|||
```bash
|
||||
npx playwright test --debug
|
||||
```
|
||||
|
||||
-- Run tests in interactive UI mode, with a built-in watch mode (Preview)
|
||||
```bash
|
||||
npx playwright test --ui
|
||||
```
|
||||
|
||||
- Ask for help
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue