Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running NBi tests in TeamCity #687

Open
piotrrokosz-gain opened this issue Jul 13, 2022 · 1 comment
Open

Running NBi tests in TeamCity #687

piotrrokosz-gain opened this issue Jul 13, 2022 · 1 comment
Labels

Comments

@piotrrokosz-gain
Copy link

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 ?

@Seddryck
Copy link
Owner

Seddryck commented Jul 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants