You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below screenshot you can see that it's in the net.twisterrob.gradle.PluginIntegrationTest class, and that the parameter was net.twisterrob.gradle.plugin.root, but you can't see the actual method name. In the real code I have multiple @ParameterizedTest methods, which have the same-ish parameter lists so distinguishing between them is important.
It seems that the parameterized test method names are missing from the report. Here's an example:
In the below screenshot you can see that it's in the
net.twisterrob.gradle.PluginIntegrationTest
class, and that the parameter wasnet.twisterrob.gradle.plugin.root
, but you can't see the actual method name. In the real code I have multiple@ParameterizedTest
methods, which have the same-ish parameter lists so distinguishing between them is important.In the IDE it looks like this (clean hierarchy):
Actions link: https://github.com/TWiStErRob/net.twisterrob.gradle/pull/452/checks?check_run_id=12572964034
Here's the relevant artifacts that are used in publishing the report:
AGP 7.2.x on Gradle 7.3+ (7.2.2 on 7.3.3) Test Results HTML.zip
AGP 7.2.x on Gradle 7.3+ (7.2.2 on 7.3.3) Test Results XMLs.zip
It seems that the XML doesn't have this information, but the HTML does... 🤨.
The text was updated successfully, but these errors were encountered: