-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add support for parameterized JUnit tests. Currently waiting for #gradle/gradle#23324 to be addressed so the JUnit XML contains the method names of the test that can be associated back to the test case.
Creating individual sub-entries beneath a test would be extremely difficult. I don't think Gradle has a means of showing just the tests that are collected without
running them. So I would have to manually parse the parameterized tests to generate the test cases. I think a better solution would be to somehow roll up the results from the parameterized test into a single result and show them all under the same test. That seems like it would be pretty achievable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request