Created
April 23, 2020 20:15
-
-
Save cdmunoz/f8be361857bdcc26286c5544a8b3c18e to your computer and use it in GitHub Desktop.
ActivityScenarioRule to UI testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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