Gopal S Akshintala
07/14/2020, 10:29 AMlistOf(“runner-junit5”, “assertions-core”, “runner-console”, “property”).forEach {
testImplementation(“io.kotest:kotest-$it-jvm:latest.integration”)
}
I tried with Intellij kotest plugin-1.0.5 as well and getting the below failure:sam
07/15/2020, 3:12 AMGopal S Akshintala
07/15/2020, 3:16 AM