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.

30
likes
130
pub points
87%
popularity

Publisher

unverified uploader

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