'test Tab' is not coming in build result.
hi ,
We have a teamcity 8 and project build is setup on it. After execution of build , we are unable to get test tab but reults are showing in artifacts tab. we want a test tab so that all results display over there.
Did many setting both at project and build level also ,but no success.
Don't what I'm doing it wrong. Do any body have steps to enable it on teamcity and if it comes automatically; why we are not gettting it?
Help is really appreciated.
PS: Enclosed screenshot.
Thanks And regards
Manoj
Attachment(s):
testTab_teamcity.png
Please sign in to leave a comment.
Hi,
How do you run tests in TeamCity? What type of tests?
If you use one of TeamCity bundled testing frameworks, then test results should appear automatically.
If you use not supported testing framework, then you can report tests progress to TeamCity from the build via service messages or generate one of the supported XML reports in the build.
Thanks for replying.
running test cases from UI by clicking on run button. It's all Junit test cases ran during after anyone made checkins.
I don't know how to use framework and create XML reports. Do you have sterp by step guide to do that.
ressolved by adding XML processing under Build features.
We have to add all XML generated in test-result folder : dev\build\test-results\*.xml
:) Thanks
I'm glad it works for you! Don't hesitate to contact us on further questions!
I think for junit you should not have to create a xml report (at least with ant build step and junit).
Hi,
I've the same problem. I'm launching my tests with NUnit3-console from a windows container. How can i configure the tool to send the correct files to TeamCity.
Thanks.
Hi,
please, don't reopen threads from 2014 if you can avoid it. Also, while the problem might look similar it's very likely it has a different root cause. Please consider adding an XML Report processing build feature to your build. If that won't work, please open a new thread indicating the details of how your build works, what kind of build steps you are using.