https://github.com/mygod/chimpanzeerunner
chimpanzeerunner is a more automated runner than monkeyrunner.
https://github.com/mygod/chimpanzeerunner
Last synced: 3 months ago
JSON representation
chimpanzeerunner is a more automated runner than monkeyrunner.
- Host: GitHub
- URL: https://github.com/mygod/chimpanzeerunner
- Owner: Mygod
- License: apache-2.0
- Created: 2016-12-22T15:46:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T06:19:57.000Z (over 7 years ago)
- Last Synced: 2025-01-04T06:43:42.507Z (5 months ago)
- Language: Java
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chimpanzeerunner
chimpanzeerunner is a more automated runner than monkeyrunner. (unmaintained)
## Set up
1. Install [requirements for Appium](http://appium.io/slate/en/master/?java#requirements) and
[Maven](https://maven.apache.org/);
2. Set `$ANDROID_HOME` to your Android SDK home;
3. If you are going to test on Android 5.0+, set `$JAVA_HOME` to your JDK home;
4. Execute:
```
$ npm install -g appium
$ mvn exec:java -Dexec.mainClass=be.mygod.chimpanzeerunner.App -Dexec.args=/path/to/app/files
```## Dependency version
* Node.js: 6.8.1 (could be lower)
* npm: 3.10.10 (4.0 isn't compatible with appium yet)
* appium: 1.6.3## FAQ
* Original error: unknown error: Chrome version must be >= *.*.*.*
1. You need to downgrade your chromedriver. [Download here](https://chromedriver.storage.googleapis.com/index.html).
(recommended version: 2.24, which is the last version that works with the latest emulator)
2. Add this to your command line arguments: `--chromedriver-executable /path/to/chromedriver`