-
Hi, I have a maven project where I have both junit5 and kotest test classes. But I whenever I try to run a test using a specific tag, all the tests end up running. I have submitted a question on SO wi…
-
Can you create an option in the IDE to define the JDK location on a computer?
I have several JDK on my computer, gradle can find them and in a previous version of the plugin, I started my test with…
-
When running `./gradlew kotest' as specified in kotest-gradle-plugin's docs it does not work
-
Expand the wasm support by supporting wasmWasi target in addition to the wasmJs target that was added in #3598
-
kotest version: `5.5.5`
kotest IntelliJ plugin version: `1.3.68-IC-2022.1`
IntelliJ version: `2022.1.2`
I was unable to run a single test using the kotest IntelliJ plugin's green "play" button ne…
-
The `org.gradle.test-retry` plugin has been broken from kotest `5.5.5` to `5.6.0`
Would anyone be able to review the change that made it break with the JUnit5 Platform?
_Originall…
-
Hi folks. I haven't found anything in the [docs](https://docs.gradle.org/current/userguide/platforms.html) and the [FAQ](https://melix.github.io/blog/2021/03/version-catalogs-faq.html#_why_can_t_i_use…
-
- 과제를 생성할 때 과제 제출물을 제출하는 방식을 결정한다.
- 과제 제출물을 제출하는 방식에는 공개 풀 리퀘스트와 비공개 저장소 두 가지가 있다.
- 제출 방식을 결정한 후에는 수정할 수 없다.
- 나중에 아무도 과제 제출물을 제출하지 않으면 수정을 허용하도록 정책을 변경할 수 있다.
-
Kotest version: 5.6.2
Kotest IntelliJ plugin version: 1.3.69-IC-2022.2
Android Studio version: 2022.2.1 Patch 2
I have a KMM project with only Android and iOS targets and I'd like to use Kotest f…
-
Kotlin 1.8.20
Kotest 5.5.5
```kotlin
@Ignored
class SampleTest: FreeSpec({
"test" {
println("test")
}
})
```
In earlier versions, it was possible to run a specific te…