xml test reporting for minitest
Hi,
Does xml test reporting only read output files? Is there any way it can read the build log for test output? I was wondering how hard it would be to extend this plugin to report on minitest results?
Thanks,
Jay
Please sign in to leave a comment.
The purpose of XML report build feature is to pick up tests from various xml reports.
We have feature request in our tracker for minitest: http://youtrack.jetbrains.com/issue/TW-20072
As I understand we could implement it in Rake runner. Is it ok for you? If so, feel free to watch / vote for the issue.
Alternatively you can either generate JUnit like xml report and use XML report build feature, or report tests from your build script using service messages:
http://confluence.jetbrains.net/display/TCD7/Build+Script+Interaction+with+TeamCity
Thanks Pavel, having it be part of the rake runner should be sufficient. I put in a comment on the feature request.
Thanks,
Jay