John Shao | 83d0989 | 2020-01-16 12:51:43 -0800 | [diff] [blame] | 1 | # Running tests |
2 | |||||
3 | Build and install Contacts.apk | ||||
4 | |||||
John Shao | e34c4eb | 2020-01-17 16:36:07 -0800 | [diff] [blame] | 5 | Grant Contacts permissions to Contacts.apk |
6 | |||||
John Shao | 83d0989 | 2020-01-16 12:51:43 -0800 | [diff] [blame] | 7 | Run |
8 | ```shell | ||||
9 | $ atest ContactsTests | ||||
10 | ``` | ||||
11 | |||||
12 | More information can be found at | ||||
13 | https://source.android.com/compatibility/tests/development/atest |