--where "cat=sanity"
)。 但是,我需要通过NUnit.ConsoleRunner.3.9.0执行多个'cat'标签。
例如:同时显示--where "cat=sanity"
和"cat=smoke"
。
我可以成功执行单个测试类别标签(例如:--where“ cat = sanity”)。但是,我需要通过NUnit.ConsoleRunner.3.9.0执行多个“ cat”标签。例如:类似--where“ cat = sanity” ...
nunit3-console mytests.dll --where "cat=sanity || cat=smoke"