How do I include a command line parameter in Team City?
Answered
Using nunit-console.exe, I can run a test by way of a command line command similar to this:
nunit-console.exe LeadApiIntegrationTests.dll /include:BVT
In Team City, how is this "/include:BVT" added to my test?
Please sign in to leave a comment.
Hi Willliam,
You can use "Include categories" filed to specify what NUnit categories to include. See the documentation for more details.