kotest-intellij-plugin
kotest-intellij-plugin copied to clipboard
The official Kotest plugin for Intellij and Android Studio
When I try to run a single test with glutter icon of BehaviorSpec, Given The run fails with the following log: ``` kotlin.jvm.KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at...
When trying to run an individual KMP test in IJ/AS, getting this error: ``` Cannot locate tasks that match ':shared:money:impl:compileJava' as task 'compileJava' is ambiguous in project ':shared:money:impl'. Candidates are:...
Kotest version: `5.6.2` Kotest IntelliJ plugin version: `1.3.69-IC-2022.2` Android Studio version: `2022.2.1` I am unable to run a single test in Android Studio using the gutter icons. For example, in...
You can find a project to reproduce [the issue here](https://github.com/AlexiosP/kotest-plugin-showcase-issue). When trying to run individual tests that utilise mockk, they fail with the below exception: ``` io/mockk/ValueClassSupportKt java.lang.NoClassDefFoundError: io/mockk/ValueClassSupportKt at...
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...
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...
On leaf nodes in the test result pane, right click offers rerun and debug as expected, but they do nothing:  And for higher level nodes, no such option is...
[unmock](https://github.com/bjoernQ/unmock-plugin) is a gradle plugin that allows using android utility classes (such as Uri, Location, TextUtils etc.) within unit tests. Unfortunately it does not seem to work with the kotest...
#### Issue I have `gradle` selected as runner for my tests. When I run the test file as a whole, then it is using gradle as expected But when I...
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 next to the...