This message was deleted.
# community-support
s
This message was deleted.
e
Hi Martin, nice to meet u again after Kotlin Conf! It looks like some testing frameworks could potentially help u. For example: • [To create a Project instance](https://github.com/2BAB/Caliper/blob/main/caliper-gradle-plugin/src/integrationTest/kotlin/me/xx2bab/caliper/gradle/CaliperExtensionTest.kt) • [To run Gradle tasks programmatically with
GradleRunner
](https://github.com/2BAB/Caliper/blob/main/gradle-instrumented-kit/src/main/kotlin/me/xx2bab/gradle/GradleRunnerExecutor.kt) • There is an advanced Tooling API [
GradleConnector
](https://docs.gradle.org/current/javadoc/org/gradle/tooling/GradleConnector.html) if aforementioned API is insufficient (I haven’t tried yet)
👀 1
v
I wouldn't use first or second of these, as they are specifically for unit tests and integration tests respectively. Tooling API I also would have suggested. Not exactly what was asked for, but probably the cleanest way.
👍 2