From 45faf0cd8031c9695d98577a8869d8a51d1a708c Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:19:02 +0100 Subject: [PATCH] docs: add --ui to CLI options (#21966) --- docs/src/test-cli-js.md | 5 +++++ 1 file changed, 5 insertions(+) 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