# Functions
Current returns the current instance of Reporter, if present.
ListenExecutionEvents listens to all execution events for reporting on console.
ParallelReporter returns the instance of parallel console reporter.
# Variables
IsParallel represents console reporting format based on simple/parallel execution.
MachineReadable represents if output should be in JSON format.
NumberOfExecutionStreams indicates the total number of parallel execution streams.
SimpleConsoleOutput represents if coloring should be removed from the Console output.
Verbose represents level of console Reporting.
# Interfaces
Reporter reports the progress of spec execution.