Reputation: 61
I spent a bit time on this work item ( here , I called it work item ).--- How to integrate the erlang unit test in hudson?
after doing some research, I felt I found the way to resolve this:
the exports who view this question, please , please give some suggestions about these steps or show the sensible way to me.
Thanks a lot :)
Upvotes: 2
Views: 887
Reputation: 849
Jenkins/Hudson's cobertura plugin is usefull too. See rebar plugin at https://github.com/idubrov/covertool
Upvotes: 1
Reputation: 41568
In the Hudson/Jenkins configuration, under "Post-build actions", check "Publish JUnit test result report" and specify the file names. This plugin, which is installed by default, understands the XML files created by eunit/rebar.
Upvotes: 5