kotest-intellij-plugin
kotest-intellij-plugin copied to clipboard
The official Kotest plugin for Intellij and Android Studio
On IntelliJ version: `IntelliJ IDEA 2023.1.2 (Ultimate Edition) Build #IU-231.9011.34, built on May 16, 2023 Licensed to Wolt Enterprises Oy / David Lino You have a perpetual fallback license for...
I have a custom `integrationTest` compilation in KMP project and a JVM target. I’ve got some tests in `jvmIntegrationTest` source set. When trying to run these tests from IDE using...
Trying to run individual tests (subscpecs) from the IDE plugin fails with this exception: ``` Cannot locate tasks that match ':core:compileJava' as task 'compileJava' is ambiguous in project ':core'. Candidates...
I have a project using Kotlin multiplatform and Spring Boot that currently only targets the JVM. If I use a Kotest run configuration, after I've created the initial run configuration...
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 test in Kotest by clicking...
Hello, thanks kotest and idea plugin. Would be possible to add run button for test wrapped by `withData` from `"io.kotest:kotest-framework-datatest-jvm"`? On attached image - run button on line 35. ![Screenshot...
The icon look blurry on IntelliJ side bar
This may mostly be a Kotest issue rather than a plugin issue, but I think there is something the plugin could do to work around this. Running plugin version 1.3.74-IC-2023.1....
When a user wants to define a new spec, they can: 1. Create a **Kotlin file** (Not class) in the desired location, with the name of the spec they want...