Last active
November 3, 2021 00:59
-
-
Save heitorpaceli/2899790c0e4e9a1ec56d74415b52deef to your computer and use it in GitHub Desktop.
Set up method UI Automator medium article
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
@Before | |
fun setUp() { | |
// Press Home key before running the test | |
device.pressHome() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment