Delphi Unit test coverage with teamcity

520 views Asked by At

This may be a stupid question, but i can find any answers anywhere. I am setting up teamcity CI for building my delphi projects and am trying to get teamcity to run my DUnit tests and show the out put in the teamcity build log UI but i have no idea how to get this to work.

Any advice or guidance will be greatly appreciated.

Edit: Found a possible solution will post if it works.

I found a solution, i have to force the unit test runner in the project to run in command runner and not the GUIRunner, them teamcity is all happy like a dog on a pill.

Thanks for the help!

Regards nico

1

There are 1 answers

0
Johan On

Solution:

Force the unit test runner in the project to run in command runner and not the GUIRunner.