Add JUnit tests to releaseNote #1045
Unanswered
aliakhlaghi93
asked this question in
Q&A
Replies: 1 comment 6 replies
-
As long as you have published your JUnit test results to the Azure DevOps pipeline they should appear. The first check is to confirm your test results appear in the Azure DevOps pipeline run test results tabs. If they are not there, my task cannot report on them, as all I do is programmatically access the data that populates that tab. Also, check the detailed pipeline log to make sure of what is actually being published To my knowledge, there is no reason JUnit test should not be listed. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to add my JUnit test to the release note. Tests are published via Publish Test Result Task. releaseTest object is empty in that case. Do you know how it is possible that I include them in the object?
Or is there any way that I can define a new custom object?
Regards,
Ali
Beta Was this translation helpful? Give feedback.
All reactions