junitify 0.1.1
junitify: ^0.1.1 copied to clipboard
A CLI tool to convert Dart test JSON output to JUnit XML format
Changelog #
0.1.1 - 2025-11-23 #
- feat: support testcase system-out tag by @futabooo in https://github.com/futabooo/junitify-dart/pull/5
- chore: sort spec foldor by @futabooo in https://github.com/futabooo/junitify-dart/pull/7
- feat: classname slach to dot by @futabooo in https://github.com/futabooo/junitify-dart/pull/8
- feat: add file line attribute by @futabooo in https://github.com/futabooo/junitify-dart/pull/9
- feat: error test result handling by @futabooo in https://github.com/futabooo/junitify-dart/pull/10
- fix: failure stack trace by @futabooo in https://github.com/futabooo/junitify-dart/pull/11
- feat: testsuite level system-out by @futabooo in https://github.com/futabooo/junitify-dart/pull/12
- fix: xml property order by @futabooo in https://github.com/futabooo/junitify-dart/pull/13
0.1.0 - 2025-11-19 #
- doc: add steering by @futabooo in https://github.com/futabooo/junitify-dart/pull/2
- feat: add system-out by @futabooo in https://github.com/futabooo/junitify-dart/pull/3
- feat: add system-error by @futabooo in https://github.com/futabooo/junitify-dart/pull/4