microsoft / microsoft/vscode-dotnettools
grouping test cases by test
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Describe the issue
nunit test
in older versions <= 3.10.14
in test explorer, test cases were grouped by test
in newer versions 3.2x+ including pre-release 3.28.196 it isn't grouped
i have tests with hundreds of test cases, and it makes big mess.
Expected behavior
Grouping test cases by test like it was earlier.
Environment information
OS Version: Windows 11 25H2
VS Code Version: 1.131.0
Extension Version: 3.2x tested in various versions, including pre-release 3.28.196
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in VS Code Test Explorer with an NUnit test containing many test cases, comparing the older 3.10.14 behavior with the newer C# Dev Kit extension versions listed. Start by tracing how test-case results are represented and grouped in the extension; done means test cases are again grouped by their parent test without disrupting other test runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, vscode
- Domain
- testing, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100