Open jason-eales-gallagher opened 8 months ago
We already support filtering by tag, but not grouping by tag.
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
We already support filtering by tag, but not grouping by tag.
I have a C# MSTEST project and have used the [TestCategory()] attribute. In Visual Studio IDE when I group by "Traits" the [TestCategory()] becomes the parent item and the associated tests become the children.
In Visual Studio Code we can also set the [TestCategory()] but we cannot group by it in the Test Explorer, which means that we are unable to get full benefit from this feature!
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Describe the feature you'd like
Im basing the Feature Request from what I see in Visual Studio 2022, where there are many additional option to group your tests into.
Benefits
Effective test management is maintaining a balance between granularity and simplicity. Too many categories can make the system confusing and difficult to navigate, while too few can lead to disorganization and inefficiency.
Alternatives considered
No response
Environment Information