Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created April 23, 2020 20:15
Show Gist options
  • Save cdmunoz/f8be361857bdcc26286c5544a8b3c18e to your computer and use it in GitHub Desktop.
Save cdmunoz/f8be361857bdcc26286c5544a8b3c18e to your computer and use it in GitHub Desktop.
ActivityScenarioRule to UI testing
def junitExtVersion = "1.1.1"
androidTestImplementation "androidx.test.ext:junit:$junitExtVersion"
androidTestImplementation "androidx.test.ext:junit-ktx:$junitExtVersion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment