microsoft / microsoft/vscode-java-test
show display Name only instead of method name
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 173
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 18
Description
While working on some other features (in the Spring tooling space), I got feedback from a colleague that the test explorer should really display the "display name" of tests INSTEAD of the method name, not as an additional label behind the test method name.
Contributor guide
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
Start at the test explorer entry point that builds test labels and trace how a test method name and display name are selected. Check the existing handling of display names, then make the explorer show only the display name instead of appending it to the method name. Done means the requested label is shown for the affected tests without the method name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- testing, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100