Is it possible to have an aggregated unit test result (nunit + qunit)
Hi there,
im executing the nunit.console.exe to run my unit tests in order to export an xml file so it can be passed to sonarqube.
In this way teamcity is not able to provide progress on the nunit tests execution.
(It seems there is a workaround but it fails on another requirement)
After nunit I run my QUnit tests + coverage.
I wonder if it is possible to show an aggregated result of tests, I mean, counting both nunit and qunit tests.
If this isnt possible by default is there a way to customize it somehow ?
Thanks in advance!
Ricardo
Please sign in to leave a comment.
Hi Ricardo,
There are two options for importing tests results into TeamCity:
So you can report Nunit and QUnit test using service messages. In this case you will see QUnit tests alongside NUnit tests on the “Test” tab of the build.
Please see the related blog posts: http://thomasardal.com/running-qunit-tests-on-teamcity/, http://joseoncode.com/2011/08/09/running-qunit-tests-in-teamcity/