package
0.15.0
Repository: https://github.com/cucumber/godog.git
Documentation: pkg.go.dev

# Functions

AvailableFormatters gives a map of all formatters registered with their name as key and description as value.
FindFmt searches available formatters registered and returns FormaterFunc matched by given format name or nil otherwise.
Format registers a feature suite output formatter by given name, description and FormatterFunc constructor function, to initialize formatter with the output recorder.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

StepDefinition is a registered step definition contains a StepHandler and regexp which is used to match a step.

# Interfaces

Formatter is an interface for feature runner output summary presentation.

# Type aliases

FormatterFunc builds a formatter with given suite name and io.Writer to record output.
No description provided by the author