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.
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.