You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: