junitreport_maintained 2.0.5 copy "junitreport_maintained: ^2.0.5" to clipboard
junitreport_maintained: ^2.0.5 copied to clipboard

Generate JUnit XML reports from dart test runs. Transforms the output of dart or flutter tests to JUnit style XML

example/example.md

Example #

dart test simple_test.dart --reporter json > example.jsonl
dart pub global run junitreport:tojunit --input example.jsonl --output TEST-report.xml

or after running dart pub global activate junitreport:

dart test simple_test.dart --reporter json | tojunit > TEST-report.xml

See dart pub global run junitreport:tojunit --help or simply tojunit -h for all supported command line flags.

5
likes
140
points
268
downloads

Publisher

unverified uploader

Weekly Downloads

Generate JUnit XML reports from dart test runs. Transforms the output of dart or flutter tests to JUnit style XML

Documentation

API reference

License

MIT (license)

Dependencies

args, intl, testreport, xml

More

Packages that depend on junitreport_maintained