|
|
 |
|
|
|
|
Change By:
|
Tim Mason
(05/Oct/12 11:59 AM)
|
|
Description:
|
Hello,
I had a job with some unit tests which give results in
Junit
JUnit
. I published the results using "Publish JUnit test result report" in post-build actions, and it worked fine.
Then I added separate build step with different unit tests, which give results in TAP format. I installed the TAP plugin and added "Publish TAP results" in post-build actions.
Now, I can only see results from the TAP tests. JUnit
tests
test results
seem to have vanished.
Any idea what is wrong?
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
Hmm, nice catch. The plug-in was overriding the testReport URL bound. Although the JUnit report was there, you couldn't access it because you would be redirected to the TAP report.
Will push the changes and it will be fixed in the next release.
Thanks.