# Functions

No description provided by the author
JsonTestOutputToStandard is a TestLogModifier that takes a GoTestEvent and modifies the output as configured.
No description provided by the author
parseTestEvent parses a byte slice into a TestEvent.
No description provided by the author
RemoveTestLogPrefix is a TestLogModifier that takes a GoTestEvent and removes the test log prefix.
SetupModifiers sets up the modifiers based on the flags provided.
SliceContains checks if a slice contains a given item.
StartGroupFail starts a group in the CI environment with a red title.
StartGroupPass starts a group in the CI environment with a green title.
StartGroupSkip starts a group in the CI environment with a green title.

# 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
No description provided by the author
No description provided by the author
No description provided by the author
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

Representation of a go test -json event.
type Test []GoTestEvent.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
TestLogModifier is a generic function interface that modifies a GoTestEvent.
No description provided by the author
No description provided by the author