ctrf-rs 0.2.0

A reporter for Common Test Report Format (CTRF) in Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod baseline;
pub mod environment;
pub mod extra;
pub mod insights;
pub mod report;
pub mod results;
pub mod summary;
pub mod test;
pub mod tool;