junitify 0.1.2
junitify: ^0.1.2 copied to clipboard
A CLI tool to convert Dart test JSON output to JUnit XML format
Changelog #
0.1.2 - 2025-12-03 #
- feat: add file relative path option by @futabooo in https://github.com/futabooo/junitify-dart/pull/14
- feat: add testsuite properties platform by @futabooo in https://github.com/futabooo/junitify-dart/pull/16
- feat: add timestamp by @futabooo in https://github.com/futabooo/junitify-dart/pull/17
- doc: update by @futabooo in https://github.com/futabooo/junitify-dart/pull/18
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