Sangram Bankar
09/24/2021, 5:02 PMReceived a completed event for test with unknown id '8.4'. Registered test ids: '[8.1, :app:testDebugUnitTest, 8.2]'
Here are my gradle settings
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.8 (JetBrains s.r.o 11.0.8+10-b944.6916264)
OS: Mac OS X 10.16 x86_64
Guys any help would be appreciated or i have to rewrite all my existing unit tests in the project using junit5 or junit4.
I have also added a detailed explanation https://github.com/kotest/kotest/issues/2331#issuecomment-923422181sam
09/24/2021, 5:13 PMSangram Bankar
09/24/2021, 5:14 PMsam
09/24/2021, 5:14 PMSangram Bankar
09/24/2021, 5:15 PMio.kotlintest:kotlintest-runner-junit5:3.4.2
sam
09/24/2021, 5:30 PMSangram Bankar
09/24/2021, 5:32 PMsam
09/24/2021, 5:34 PMSangram Bankar
09/24/2021, 5:38 PMkotest-runner-junit5
dependencies {
testImplementation 'io.kotest:kotest-runner-junit5:version'
}
I'm using kotest for android project.
Do i need to add a different module for android? If yes, which one?sam
09/24/2021, 5:46 PMSangram Bankar
09/24/2021, 5:47 PMsam
09/24/2021, 5:48 PM