spsch / WalletUI

Uitest for chrome on adnroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is UIAutomator based test.

To generate configuration files for test assembly, run the following command from the command line:
<android-sdk>/tools/android create uitest-project -n <name> -t  <target-id> -p <path>
Where <name> is the name of the project that was created to test UiAutomator (in our case: SendMessage),
<target-id> is the choice of device and Android API Level (you can get a list of installed devices,
the team (<android-sdk> / tools / android list targets), and <path> is the path to the directory that contains the project.

You can list targets via android list targets.

About

Uitest for chrome on adnroid


Languages

Language:Java 85.7%Language:Shell 10.9%Language:Makefile 3.5%