Where can I find the Test Artifact selector in Android Studio 2.2?

Some time ago, you could show / hide the Artifact test selector in this way .

But so far I can’t find an opportunity to do this. So, any suggestions?

Here are screenshots from Android Studio.
Gradle -> Instrumental
Build Options

+4
source share
1 answer

Previous in Android 2.0

Prior to Android 2.0, you had to choose one of two types from the Test Artifacts parameter in the Build Variants window. You can run only those tests of this type, and in the overview of projects you will see only tests of this type.

Unit selection before Android Studio 2.0

Android Studio 2.0

Selection of tooling tools for Android up to Android Studio 2.0

Android, Android Studio 2.0

Android Studio 2.0

Android Studio 2.0, , . , .

enter image description here

Huyen Tue Dao , .

+2

Source: https://habr.com/ru/post/1662523/


All Articles