Skip to content

Instantly share code, notes, and snippets.

@AndrewHaisting
Last active February 22, 2019 23:43
Show Gist options
  • Save AndrewHaisting/f1077df7dd1b00ae86ead973f726f18b to your computer and use it in GitHub Desktop.
Save AndrewHaisting/f1077df7dd1b00ae86ead973f726f18b to your computer and use it in GitHub Desktop.
Use the command below to get started:
./adb shell monkey -p com.example.packagename -v 500
-p specifies the package name
-v specifies low verbosity
For full details on flags, check out https://developer.android.com/studio/test/monkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment