Crate testvox

Source
Expand description

Testvox helps you turning test reports into human readable messages, ready to be shared on common messaging apps.

Modules§

models
basic models of the library
parsers
generic and custom parsers types
reporters
generic and custom reporter types

Structs§

CreateTestReportRequest
A struct that describe the request for creating a report

Functions§

create_test_report
Utility to create a test report of the desired format. The generic type T must implement traits that hold the logic of how the test results in specific formats should be formatted, and pretty printed.