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
Gradle will provide public APIs to allow custom test tasks to generate test events that can be consumed by Tooling API clients (IDEs) and Develocity. Currently, test events are only generated by the built-in Test task for JVM projects.
The aim of this work is to improve Gradle’s testing infrastructure so that it can be reused by other ecosystems (Android, Kotlin Multiplatform, Native) via public APIs and to expose test results for mult-variant software. These APIs will better integrate other ecosystems into existing infrastructure, while reducing the amount of boilerplate and duplication in those ecosystems.
This is targeted for EOY 2024.
The text was updated successfully, but these errors were encountered:
Gradle will provide public APIs to allow custom test tasks to generate test events that can be consumed by Tooling API clients (IDEs) and Develocity. Currently, test events are only generated by the built-in
Test
task for JVM projects.The aim of this work is to improve Gradle’s testing infrastructure so that it can be reused by other ecosystems (Android, Kotlin Multiplatform, Native) via public APIs and to expose test results for mult-variant software. These APIs will better integrate other ecosystems into existing infrastructure, while reducing the amount of boilerplate and duplication in those ecosystems.
This is targeted for EOY 2024.
The text was updated successfully, but these errors were encountered: