hi folks,
i have just started to work on an project that uses kotest in combination with the gradle
org.unbroken-dome.test-sets plugin (1)
The plugin allows to define additional test sourcesets (e.g.
src/integrationTest/kotlin). I have now tried to use the IntelliJ kotest extension to be able to run the tests from the IDE.
This works fine for the tests in the
standard location (
src/test/kotlin), however tests in the custom sourcesets are not beeing discovered by the IDE.
Is this a known limitation of the extension or is there anything i can do to run the tests from the IDE?
thanks in advance
[1]
https://plugins.gradle.org/plugin/org.unbroken-dome.test-sets
Versions:
IntelliJ version: IntelliJ IDEA 2024.3 (Ultimate Edition), Build #IU-243.21565.193, built on November 13, 2024
Plugin version: 1.3.86-243-EAP-SNAPSHOT
kotest: 5.9.1