Class PrettyFormatter

java.lang.Object
io.cucumber.core.plugin.PrettyFormatter
All Implemented Interfaces:
ColorAware, ConcurrentEventListener, Plugin

public final class PrettyFormatter extends Object implements ConcurrentEventListener, ColorAware
Prints a pretty report of the scenario execution as it happens.

When scenarios are executed concurrently the output will interleave. This is to be expected.