Skip to content

Instantly share code, notes, and snippets.

@zawadz88
Created February 23, 2018 10:45
Show Gist options
  • Select an option

  • Save zawadz88/5ab992e16354197066bcee4388ed6c38 to your computer and use it in GitHub Desktop.

Select an option

Save zawadz88/5ab992e16354197066bcee4388ed6c38 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
...
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