diff --git a/docs/src/test-cli-js.md b/docs/src/test-cli-js.md index ff5dd8a5a8..64dcbe1f34 100644 --- a/docs/src/test-cli-js.md +++ b/docs/src/test-cli-js.md @@ -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