Module cucumber::writer[][src]

Expand description

Tools for outputting Cucumber events.

Modules

Default Writer implementation.

Writer-wrapper for transforming Skipped Steps into Failed.

Writer-wrapper for outputting events in a normalized readable order.

Writer-wrapper for re-outputting events at the end of an output.

Writer-wrapper for collecting a summary of execution.

Tools for terminal output.

Structs

Default Writer implementation outputting to Terminal (STDOUT by default).

Writer-wrapper for transforming Skipped Steps into Failed.

Wrapper for a Writer implementation for outputting events corresponding to order guarantees from the Runner in a normalized readable order.

Wrapper for a Writer implementation for re-outputting events at the end of an output, based on a filter predicated.

Wrapper for a Writer for outputting an execution summary (number of executed features, scenarios, steps and parsing errors).

Traits

Writer that also can output an arbitrary Value in addition to regular Cucumber events.

Extension of Writer allowing its normalization and summarization.

Writer tracking a number of Failed Steps and parsing errors.

Writer of Cucumber events to some output.