Seddryck/NBi

Running NBi tests in TeamCity

Opened this issue · 1 comments

Hi,
Could you please point me to the documentation/place where I can find how I can run NBI tests in TeamCity Nunit runner? I mean, can I run DLL produced by build, or the only way to run a tests is to run them via NBi.NUnit.Runtime.dll ?

Tests are not provided in a dll but only a .nbits file. There is no step of compilation it's interpreted. It means that the effective dll that you're testing is always NBi.NUnit.Runtime.dll that will parse the tests from your .nbits file and interpret them as tests to be run by NUnit.

The process for using this in TeamCity is really similar to the one described in Azure Devops described here