Open
Description
Summary
We have received a couple of requests internally and externally from users about the ability to have some of the attributes working for specific entries of parameterized tests.
Background and Motivation
For example, in here https://developercommunity.visualstudio.com/t/testcategory-and-datarow/465295 user is requesting for TestCategory
to be applied on a given entry and not the full method.
Here #1043 the user is asking for the Ignore
attribute to work on specific row.
Proposed Feature
Attributes cannot work on attributes so the only possibility I see is to have properties/options on the attribute. I would suggest to do the same for TestMethod
to have similar behavior.
More thoughts need to be put onto designing this request but I wanted to capture the global idea.
Activity