test_report_parser 1.0.0 copy "test_report_parser: ^1.0.0" to clipboard
test_report_parser: ^1.0.0 copied to clipboard

outdated

This library contains an auto-generated Dart Model representing the events emitted by the Dart Tests JSON reporter.

test_report_parser #

Dartle CI pub package

This library contains an auto-generated Dart Model representing the events emitted by the Dart Tests JSON reporter.

It can be used to parse the Dart Test JSON report into typed Dart objects for further processing.

The model is generated by parsing the json_reporter.md page, which documents the Dart Test JSON reporter output.

Using test_report_parser #

Building #

This project relies on Dartle to run the build.

If you have dartle installed, run dartle generate at the project root directory to generate the model locally, then run dartle to run the complete build.

Otherwise, run the build using dart as following:

dart pub get
dart dartle.dart generate

# Run a full build using Dartle
dart dartle.dart

# Run tests only
dart run test
0
likes
0
pub points
48%
popularity

Publisher

unverified uploader

This library contains an auto-generated Dart Model representing the events emitted by the Dart Tests JSON reporter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on test_report_parser