junitreport 2.0.2 copy "junitreport: ^2.0.2" to clipboard
junitreport: ^2.0.2 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.

32
likes
150
points
186k
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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, intl, testreport, xml

More

Packages that depend on junitreport