Expand description
Reporting of data in a streaming, structured fashion.
This module provides structured output reporters:
LibtestReporter: Compatibility layer with libtest JSON output.RecordReporter: Records test runs to disk for later inspection.
Structs§
- Libtest
Reporter - A reporter that reports test runs in the same line-by-line JSON format as libtest itself
- Record
Reporter - A reporter that records test runs to disk.
- Structured
Reporter - A reporter for structured, machine-readable formats.
Enums§
- Emit
Nextest Object - Determines whether the
nextestsubobject is added with additional metadata to events