https://github.com/robert-96/altwalker-appium-example
A simple example of how to use AltWalker with tests written with Appium.
https://github.com/robert-96/altwalker-appium-example
altwalker appium python
Last synced: 3 months ago
JSON representation
A simple example of how to use AltWalker with tests written with Appium.
- Host: GitHub
- URL: https://github.com/robert-96/altwalker-appium-example
- Owner: Robert-96
- License: mit
- Created: 2021-12-18T16:55:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T19:49:33.000Z (over 3 years ago)
- Last Synced: 2025-01-27T17:54:04.616Z (5 months ago)
- Topics: altwalker, appium, python
- Language: Python
- Homepage:
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altwalker-appium-example
A simple example of how to use [AltWalker](https://altom.gitlab.io/altwalker/altwalker/) with tests written with [Appium](https://appium.io/).
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](https://github.com/appium/python-client) project. You'll need to make sure that you set up your environment properly using the [Appium documentation](https://appium.io/).
## Setup
1. Prerequisites:
* Python3
* AltWalker: Checkout the [installation guide](https://altom.gitlab.io/altwalker/altwalker/installation.html) from the AltWalker documentations.
* Appium: Checkout the [installation guide](https://appium.io/docs/en/about-appium/getting-started/?lang=en#installing-appium) form the Appium documentation.2. Install python dependencies:
```
$ pip install -r requirements.txt
```## Running the tests
```
$ altwalker online tests -m models/default.json "random(vertex_coverage(100))"
```## License
This project is licensed under the [MIT License](LICENSE).