Module cucumber::writer::summarize

source ·
Expand description

Writer-wrapper for collecting a summary of execution.

Structs

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

Traits

Marker indicating that a Writer can be wrapped into a Summarize.

Type Definitions

Alias for fn used to determine should Skipped test considered as Failed or not.