unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Can it run tests in Kotlin? #129

Open testinfected opened 1 year ago

testinfected commented 1 year ago

Hi guys,

If I define an acceptanceTest source set with Kotlin tests in a src/acceptanceTest/kotlin folder, tests don't seem to run. Any idea what I'm doing wrong?

Thanks