NUnit 3.0 usage of categories with where:cat== format
657 views
Skip to first unread message
Iulian Chitan
unread,
Dec 15, 2015, 8:19:19 AM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NUnit-Discuss
Hello,
I am trying to run a couple of webdriver tests using the NUnit console runner. I have upgraded to the 3.0 version. I have a question related to categories. Using the old version a was doing something like this: /include=A-B - this was to run all tests with category A, but don't have category B /include=- - this was to run all tests from an assembly, no matter what category.
From what I am seeing, the nunit 3.0 console runnner doesn't support "/include" anymore, so I am using "where:cat==" format, but i didn't found how can i replace the structure above. Could someone give me some hints related to this?
Thanks, Iulian.
Charlie Poole
unread,
Dec 15, 2015, 11:21:48 AM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NUnit-Discuss
Hi Iulian,
For your example, use --where "cat==A && cat !=B".