Skip to content

Instantly share code, notes, and snippets.

@k0siara
Last active May 1, 2021 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0siara/cbaf492adfde3b7e8d4869992ecfeb77 to your computer and use it in GitHub Desktop.
Save k0siara/cbaf492adfde3b7e8d4869992ecfeb77 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
...
testInstrumentationRunnerArguments clearPackageData: 'true'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
testOptions {
execution 'ANDROID_TEST_ORCHESTRATOR'
}
}
dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestUtil 'com.android.support.test:orchestrator:1.0.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment