Skip to content

Support for parameterized tests #2

@andy-bell101

Description

@andy-bell101

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions