jenkinsci / jenkinsci/junit-plugin
Allow sorting by package and/or name in new test failures summary page
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
What feature do you want to see added?
The new failures summary page shows the test name in front of the package/class name, and sorting is done by test name first. The result is that tests from different packages are grouped together:
It would be nice to get the previous behavior of sorting by package/class name before test name, or even allow both.
Upstream changes
No response
Are you interested in contributing this feature?
No response
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 new test failures summary page and trace how its current test-name-first sorting is implemented. Compare the behavior with the requested package/class-first ordering, and consider how both sort choices could be exposed; done means failures can be grouped by package/class before test name or sorted by either field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100