docs: add --ui to CLI options (#21966)

This commit is contained in:
Tim Deschryver 2023-03-24 23:19:02 +01:00 committed by GitHub
parent 120aaa777e
commit 45faf0cd80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,11 @@ Here are the most common options available in the command line.
npx playwright test --debug 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 - Ask for help
```bash ```bash
npx playwright test --help npx playwright test --help