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

@ -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