runSettings #931
Unanswered
didier-kuttel-kollmorgen
asked this question in
Q&A
runSettings
#931
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We just moved from NUnit 2.x to NUnit 3.x, starting to use the Adapter inside VS.
In the past, we were using TestDriven.NET, it was possible to include/exclude categories defined for our unit tests.
Looking in the doc, I found that probably the best way is to use a .runsettings file including/excluding categories upon our need.
I tried to create such a file and use it in the VS Test Explorer.
cat != MyCatToExcludeThen, in the Test Explorer, hitting Run All Tests In View - I would expect that all tests from MyCatToExclude are not run.
They are run ...
What am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions