Spek Android Studio plugin is missing run buttons for individual tests in androidTest sources
Spek plugin for Android Studio displays run button for individual tests in test sources (Unit Tests):

However, in androidTest sources (instrumented tests), buttons are missing:

Instrumented tests on Android often take a long time (for example many of them are UI tests that start up the app on the phone and click through UI). That means that running whole test class every time can significantly slow down development.
And since f prefix was dropped, there does not appear to be a way to only run single instrumented test.
Just a heads up, individual test support was added to Android JUnit5's plugin: https://github.com/mannodermaus/android-junit5/commit/599eb29e996850a7d4023872aaba495c9f8722e8
Hi @matejdro , is there instructions or tutorial about how to setup spek for android instrumented test?
You just Set up JUnit5 instrumentation tests and then include spek dependecy normally.
You just Set up JUnit5 instrumentation tests and then include spek dependecy normally.
thank you for the information, but after I setup it, I always got the error : Test framework quit unexpectedly
Sorry, I have no idea why this happen. It might be related to this issue: https://github.com/spekframework/spek/issues/715