Sample usage of gradle-integration-test-plugin This project presents how to use gradle-integration-test-plugin with different test frameworks: Java + JUnit5 Groovy + Spock Kotlin + JUnit5 Kotlin + Kotest If you're against adding plugins to your build file simply copy-paste the configuration from: Java + JUnit5 (no plugin) Kotlin + JUnit5 (no plugin)