Rust CTRF Reporter
An implementation of the Common Test Report Format in Rust.
Defines the CTRF JSON schema within Rust and leverages serde
/serde_json
to convert to/from JSON files.
See the CTRF Specification for more information on data types and organization.
Usage
This reporter is intended to be built into your Rust crate (bin or lib) via cargo. Add this crate using the command:
cargo add ctrf-rs
Acknowledgement
Shoutout/kudos/🤘 to the originator of CTRF, Matthew Thomas!