intellij icon indicating copy to clipboard operation
intellij copied to clipboard

Run single kotest test

Open nikunjy opened this issue 2 years ago • 2 comments

Description of the feature request:

Ability to run a single kotest test so that not all the tests need to run. If you write kotest today it is possible to write this bazel plugin so that it runs an entire class. But not a particular test within the class. This is because kotest does not use methods to write tests.

In this feature a play button will appear next to the kotest describe and it just like the kotest plugin https://github.com/kotest/kotest however it will run with bazel

What underlying problem are you trying to solve with this feature?

Run a single test without running every single test.

What operating system, Intellij IDE and programming languages are you using? Please provide specific versions.

Kotlin

Have you found anything relevant by searching the web?

It is not available anywhere.

Any other information, logs, or outputs that you want to share?

No response

nikunjy avatar Aug 27 '22 01:08 nikunjy

Hello @nikunjy, Did you get a chance to check our Kotlin testcase examples. Thanks!

sgowroji avatar Sep 07 '22 06:09 sgowroji

@sgowroji yes it doesn't actually use kotest though

nikunjy avatar Sep 07 '22 17:09 nikunjy

Made a more specific ask. https://github.com/bazelbuild/intellij/issues/4150

nikunjy avatar Dec 02 '22 05:12 nikunjy