Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
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?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
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 tests seem to have vanished. Any idea what is wrong? |
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? |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 146153 ] | JNJira + In-Review [ 206194 ] |
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.