From 231c58a048039fc09d399bdccdfb7c65a1a6ed4a Mon Sep 17 00:00:00 2001 From: Sergio Losilla <38527108+loximann@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:50:51 +0300 Subject: [PATCH] Add table with verbosity levels (missing --list-listeners) (#2443) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sergio Losilla Co-authored-by: Martin Hořeňovský --- docs/command-line.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/command-line.md b/docs/command-line.md index 86b06aa0f3..81e8b959c4 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -220,6 +220,15 @@ similar information. `--list-listeners` lists all registered listeners and their descriptions. +The [`--verbosity` argument](#output-verbosity) modifies the level of detail provided by the default `--list*` options +as follows: + +| Option | `normal` (default) | `quiet` | `high` | +|--------------------|---------------------------------|---------------------|-----------------------------------------| +| `--list-tests` | Test names and tags | Test names only | Same as `normal`, plus source code line | +| `--list-tags` | Tags and counts | Same as `normal` | Same as `normal` | +| `--list-reporters` | Reporter names and descriptions | Reporter names only | Same as `normal` | +| `--list-listeners` | Listener names and descriptions | Same as `normal` | Same as `normal` | ## Sending output to a file