dave08
03/02/2023, 2:42 PMdave08
03/02/2023, 2:43 PMdave08
03/02/2023, 2:52 PMtasks.named<Test>("test") {
useJUnitPlatform { }
testLogging {
showExceptions = true
showStandardStreams = true
exceptionFormat = FULL
}
}
but it seems like it only runs one of my module's tests...dave08
03/02/2023, 2:53 PMsubprojects { } block in the root too.)CLOVIS
03/02/2023, 2:54 PMdave08
03/02/2023, 2:54 PMdave08
03/02/2023, 2:55 PMCLOVIS
03/02/2023, 2:56 PMCLOVIS
03/02/2023, 2:57 PMdave08
03/02/2023, 3:00 PMdave08
03/02/2023, 4:23 PMdave08
03/02/2023, 4:24 PMCLOVIS
03/02/2023, 4:39 PMCLOVIS
03/02/2023, 4:40 PMdave08
03/02/2023, 4:40 PMCLOVIS
03/02/2023, 4:41 PMallTests Gradle taskdave08
03/02/2023, 4:42 PMCLOVIS
03/02/2023, 4:42 PMdave08
03/02/2023, 4:43 PMCLOVIS
03/02/2023, 4:44 PMkotlin("multiplatform") plugin. If you use kotlin("jvm") or another variant it's probably just called test . You can run ./gradlew tasks at the root of the project to find its namedave08
03/02/2023, 4:45 PMtest gradle task on my root project, it only runs part of the tests, not all of them...dave08
03/02/2023, 4:51 PMCLOVIS
03/02/2023, 4:51 PMtest task in any way?dave08
03/02/2023, 4:52 PMdave08
03/02/2023, 4:52 PMdave08
03/02/2023, 4:55 PMdave08
03/02/2023, 4:56 PM