Hi everyone! Сan you tell me how you can set up a ...
# kotest
u
Hi everyone! Сan you tell me how you can set up a kotest to run from a test task? kotest-gradle-plugin is not what I want) "useJUnitPlatform()" - in build.gradle is specified
s
JVM project ?
This is a JVM project that uses junit-based kotest as the test task https://github.com/sksamuel/scrimage/blob/master/scrimage-core/build.gradle.kts
u
Thanks. Apparently I can't get rid of the remnants of "JUnit Jupiter" in my project. Another question: are there any difficulties with connecting "JACOCO"?
s
Should not be no.
u
Thank🙏