Skip to main content

Console Reports

Pretty logging

Since Gwen 3

Pretty execution results and statistics are logged to the console in real time (or deferred time in parallel mode).

Pretty console loggingPretty console logging

Colors

Colors are enabled by default and will be disabled if either:

Logging depth

Since v3.15.0

The default logging depth is 1, meaning that only top level feature steps are logged. This can be overriden with the following setting to log meta steps too:

  • gwen.console.log.depth
    • Default value is 1
    • Accepts a positive number representing the step depth to log to
      • or infinity to log to all depths

Verbose logging

Invoke Gwen with the -v|--verbose CLI option to enable verbose (Gwen 2 style) logging and disable pretty logging.