test_reporter 1.2.0
test_reporter: ^1.2.0 copied to clipboard
CLI Utility to wrap dart tests with reporter plugins. Extend to any report formats with special TestReporter class.
1.2.0 #
- FIX(windows): fix test_reporter running on Windows (#8).
- FIX(test_reporter): add onError callback to event listener.
- FEAT(test_reporter): extract hard coded reporter in its own package.
- DOCS: add docs and example.
- DOCS(test_reporter): document test_reporter.
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.