A simple example of how to use AltWalker with tests written with Appium.
You can clone this repository and run the example tests provided. The android app (app/ApiDemos-debug.apk
) is provided by the Appium Python Client project. You'll need to make sure that you set up your environment properly using the Appium documentation.
-
Prerequisites:
- Python3
- AltWalker: Checkout the installation guide from the AltWalker documentations.
- Appium: Checkout the installation guide form the Appium documentation.
-
Install python dependencies:
$ pip install -r requirements.txt
$ altwalker online tests -m models/default.json "random(vertex_coverage(100))"
This project is licensed under the MIT License.