From 66b83752d3c9cf38ce28f8109bb0a5f2b87c185d Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Thu, 11 Dec 2025 18:04:23 +0100 Subject: [PATCH] doc: document `printSkippedSteps` formatter option --- user_guide/command_line_tool/formatting.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user_guide/command_line_tool/formatting.rst b/user_guide/command_line_tool/formatting.rst index a9cb3d4..f57b32e 100644 --- a/user_guide/command_line_tool/formatting.rst +++ b/user_guide/command_line_tool/formatting.rst @@ -124,6 +124,8 @@ The following options are specific to the Pretty formatter: ``ShowOutputOption`` enum values, defaults to ``ShowOutputOption::Yes``. * ``shortSummary`` show just a list of failing scenarios at the end of the output. If false, a full summary (which also includes a list of failing steps) will be printed. Defaults to true +* ``printSkippedSteps`` If the output should include any steps which are skipped by the runner. Useful when you + don't want to see all the skipped steps after a failed step. Defaults to true Progress formatter ^^^^^^^^^^^^^^^^^^