kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
175 stars 23 forks source link

Gutter icon runs Kotest spec with Gradle instead of Kotest runner configuration #294

Closed bliessens closed 3 months ago

bliessens commented 4 months ago

I have a Gradle project in IntelliJ with Kotest tests.

In the editor window on the Kotest spec, when clicking the "Run" gutter icon the spec is executed with the Gradle runner.

Contrarily, launching the Kotest spec with the keyboard short Ctrl+Shift+R (on mac) runs the spec with a Kotest run configuration

sksamuel commented 3 months ago

This is configurable in intellij settings

image

bliessens commented 3 months ago

Thanks