jenkinsci / jenkinsci/junit-plugin
[JENKINS-1206] Dealing with identical test case names in unit tests
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
Dealing with identical test case names in unit tests:
On the test report page each test case/result is listed.
If two test cases happen to have the same name for whatever reason they
have/point to the same URL, thus making it only possible to retrieve the details
of one of these identically named test cases, "hiding" access to all the others.
---
Originally reported by canhuth, imported from: Dealing with identical test case names in unit tests
Raw content of original issue
Dealing with identical test case names in unit tests:
On the test report page each test case/result is listed.
If two test cases happen to have the same name for whatever reason they
have/point to the same URL, thus making it only possible to retrieve the details
of one of these identically named test cases, "hiding" access to all the others.
- environment:
Platform: All, OS: All
Contributor guide
Assessment
This issue has not been assessed yet.