test_reporter 1.1.5
test_reporter: ^1.1.5 copied to clipboard
CLI Utility to wrap dart tests with reporter plugins. Extend to any report formats with special TestReporter class.
1.1.5 #
- docs: add example
1.1.4 #
- docs: update README
1.1.3 #
- fix test runner errors terminate test runner process
1.1.2 #
- lower dart sdk version bound
1.1.1 #
- Remove unneeded logs
1.1.0 #
- Separate out reporter logic. Now custom reporter logic should live in its own packages
1.0.0 #
- Initial version.