Is there any way to specify to NUnit to exclude certain categories of tests when running through finalbuilder?
I have some tests which I do not want to run on every build. I know I can specify categories using the nunit command line app, but I want to use the nunit action in finalbuilder so I get all the test statistics and with that action I cannot see how to specify which categories to run.
We don’t have built in support for this (I will add it to the todo list), however you can set this in the Action Properties inspector tab, there are two properties, “Extra Params at End”, and “Extra Params at Start”.
This page has the format of the command line parameters you need to add :