Skip to content

Instantly share code, notes, and snippets.

@ashley-figueira
Created November 30, 2020 16:35
Show Gist options
  • Save ashley-figueira/19e151c582d2a798a1293d85e8d3c6c0 to your computer and use it in GitHub Desktop.
Save ashley-figueira/19e151c582d2a798a1293d85e8d3c6c0 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
...
testInstrumentationRunner "com.company.package.CustomTestRunner"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment