junitreport
Generate JUnit XML reports from dart test runs. Transforms the output of dart or flutter tests to JUnit style XML
2.0.2
220K downloads/mo
#816 most downloaded on pub.dev
TOPdesk/dart-junitreport
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 1.4 years
Nearly every release is documented
notes for 17 of 18 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
19 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · May 2016 to Jan 2022Releases
latest 19-
2.0.206 Jan 2022Release notes
Open source →- bugfixes
- flutter test would sometimes emit a \u0001 character, and now most control characters are xml-escaped
- use newlines instead of the text '\n\n'
Release notes
Open source →- bugfixes
- flutter test would sometimes emit a \u0001 character, and now most control characters are xml-escaped
- use newlines instead of the text '\n\n'
- bugfixes
-
2.0.105 Jan 2022 -
2.0.005 Jan 2022Release notes
Open source →- null-safety
- require dart 2.14+
- updated dependencies:
- args: ^2.3.0
- intl: ^0.17.0
- testreport: ^2.0.1
- xml: ^5.3.1
Release notes
Open source →- null-safety
- require dart 2.14+
- updated dependencies:
- args: ^2.3.0
- intl: ^0.17.0
- testreport: ^2.0.1
- xml: ^5.3.1
-
1.3.112 Aug 2020 -
1.3.026 May 2020Release notes
Open source →- ignore extra (invalid) lines generated by
flutter test --machine --coverage - updated dependencies:
- args: ^1.6.0
Release notes
Open source →- ignore extra (invalid) lines generated by
flutter test --machine --coverage - updated dependencies:
- args: ^1.6.0
- ignore extra (invalid) lines generated by
-
1.2.026 Jan 2020Release notes
Open source →- require Dart 2.7+
- updated dependencies:
- intl: '^0.16.1'
- xml: '^3.7.0'
- testreport: '^1.2.0'
Release notes
Open source →- require Dart 2.7+
- updated dependencies:
- intl: '^0.16.1'
- xml: '^3.7.0'
- testreport: '^1.2.0'
-
1.1.005 Dec 2019 -
1.0.305 Dec 2019Release notes
Open source →- use different way to pretty-print the generated XML, that is also compatible with xml 3.6.0
-
1.0.207 Jun 2019 -
1.0.131 Jan 2019Release notes
Open source →- updated dependencies:
- args: '^1.5.1'
- intl: '^0.15.7'
- testreport: '^1.0.0'
- xml: '^3.3.1'
- updated dependencies:
-
1.0.028 Jan 2019Release notes
Open source →- force Dart 2.1+
- update dependency xml: '^3.3.0', fix problem with pretty printer
-
0.3.303 Sep 2018 -
0.3.220 Jul 2018 -
0.3.119 Jul 2018Release notes
Open source →- support for Dart 2.0
- updated dependencies:
- args: '^1.4.4'
- intl: '^0.15.5'
- xml: '^3.0.0'
-
0.3.1-dev19 Jul 2018 pre-releaseNothing published for this version
-
0.3.020 Sep 2017Release notes
Open source →- updated dependencies:
- sdk: '>=1.19.0 <2.0.0'
- intl: '^0.15.0'
- testreport: '^0.3.0'
- xml: '^2.6.0'
- removed transitive dependencies on 'build_collection' and 'quiver'
- updated dependencies:
-
0.2.120 Sep 2017Release notes
Open source →- restrict dependency on xml to '>= 2.5.0 <2.6.0' because the XmlPrettyWriter moved to a different library
- use one system-out element to contain all outputs instead of one per output
-
0.2.002 Jun 2016Nothing published for this version
-
0.1.022 May 2016