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
is displayed at the method level in the metadata tab in the test report here: `build/reports/tests/test/org.example.LibraryTest/someLibraryMethodReturnsTrue(TestReporter)/index.html`.
56
+
is displayed at the method level in the metadata tab in the test report here: `build/reports/tests/test/org.example.ExampleTest/someLibraryMethodReturnsTrue(TestReporter)/index.html`.
This project demonstrates capturing `ReportEntry` data published by JUnit Platform during test execution in Gradle when running via the Tooling API.
63
+
64
+
This project contains a demonstration project in `/demo-m1-tapi` which is a JVM application project that runs the `/demo-m1` build using the Tooling API, and listens for `TestMetadataEvent`s while doing so.
65
+
66
+
Run the demo project using `./gradlew :demon-m1-tapi:run` and the build should succeed.
67
+
You will see the `ReportEntry` data published by the test printed to the console using metadata events:
68
+
69
+
```text
70
+
> Task :demo-m1-tapi:run
71
+
Parallel Configuration Cache is an incubating feature.
0 commit comments