Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created August 23, 2020 16:54
Show Gist options
  • Save Audhil/4a92520b2acd37491bb4c84fc21f6bef to your computer and use it in GitHub Desktop.
Save Audhil/4a92520b2acd37491bb4c84fc21f6bef to your computer and use it in GitHub Desktop.
instrumentation tests - app/build.gradle
android {
...
defaultConfig {
...
testInstrumentationRunner "com.example.newsapp.runner.NewsRunner"
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment