testreport 2.0.1 testreport: ^2.0.1 copied to clipboard
This library can be used to process the results of dart tests. It processes data from the `json` output emitted by the dart test runner and provide an API to the test results.
2.0.1 #
- tiny improvements
2.0.0 #
- Null-safety
- require dart 2.14+
1.2.0 #
- require dart 2.7+
- support (ignore) debug events
1.1.0 #
- require dart 2.3+
1.0.0 #
- drop support for Dart 1.x
0.3.1 #
- dart 2.0 support
0.3.0 #
- remove dependency on built_collection
0.2.0 #
- moved part files to src/api and implementation files to src/impl
0.1.0 #
- Initial implementation