Feature Suggestions

Please support test category types in MS Test

Started by eddraper on 6,703 views


We use MS Test's test categories extensively to define the types of test we'd like to run.

For example:

[TestCategory("Smoke"), TestMethod]

[TestCategory("Unit"), TestMethod]

[TestCategory("Integration"), TestMethod]

I'd love to be able to have NCrunch run all tests in the Categories of "Smoke" and "Unit."


Thanks!


Ed
Hi Ed, thanks for posting!

Categories are in the road map for all testing frameworks. Most of the work here is actually in the UI to be able to properly take advantage of them.


Cheers,

Remco

Post a reply

Log in to reply.