Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
Hello,
I had a job with some unit tests which give results in 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 test results seem to have vanished.
Any idea what is wrong?