brendanconnolly / Xunit.Categories

Friendlier attributes to help categorize your tests
Apache License 2.0
136 stars 20 forks source link

[FeatureRequest] Manual category attribute #32

Open ig-sinicyn opened 11 months ago

ig-sinicyn commented 11 months ago

Hi!

It will be nice to have a friendly attribute for [Trait("Category","Manual")]

The manual category is similar to the "local test" one. The difference is, manual tests are often used as dev tools and should not be called during normal testing. Examples of such tests are: "prepare dev environment", "reproduce some scenario", "run a load test" and so on.

If it looks like a reasonable idea I'll be happy to do a PR.

baynezy commented 2 months ago

https://github.com/brendanconnolly/Xunit.Categories/issues/34#issuecomment-2340333876