Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for parameterized tests #2

Open
andy-bell101 opened this issue May 6, 2023 · 0 comments
Open

Support for parameterized tests #2

andy-bell101 opened this issue May 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andy-bell101
Copy link
Owner

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.

@andy-bell101 andy-bell101 added the enhancement New feature or request label May 6, 2023
@andy-bell101 andy-bell101 self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant