You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
[Gradle plugin](https://plugins.gradle.org/plugin/io.kotest) for running JVM tests with Kotest. Requires Kotest 4.3.x or higher.
5
+
[Gradle plugin](https://plugins.gradle.org/plugin/io.kotest) for running JVM tests with Kotest. Requires Kotest 5.5.x or higher.
6
6
7
7
This is an alternative to using JUnit5 support and provides better output than the gradle default, especially for nested tests but should be considered alpha.
8
8
@@ -13,7 +13,7 @@ Add the plugin to your gradle build file:
13
13
14
14
```kotlin
15
15
plugins {
16
-
id("io.kotest") version "0.3.8"
16
+
id("io.kotest") version "0.4.0"
17
17
}
18
18
```
19
19
@@ -50,6 +50,13 @@ Errors are again summarized at the end for easy digesting:
0 commit comments