Console Reports
Pretty logging
Since v3.0.0
Pretty execution results and statistics are logged to the console in real time (or deferred time in parallel mode).
Colors
Colors are enabled by default and will be disabled if either:
- the
gwen.console.log.colors
setting isfalse
- or the
NO_COLOR
environment variable is1
ortrue
- or the
CI
environment variable is1
ortrue
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
- or
- Default value is
Verbose logging
Invoke Gwen with the -v|--verbose
launch option to enable verbose (Gwen 2 style) logging and disable pretty logging.