https://github.com/qualityshepherd/appium-examples
https://github.com/qualityshepherd/appium-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qualityshepherd/appium-examples
- Owner: qualityshepherd
- Created: 2018-10-12T14:22:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T19:58:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T07:21:56.855Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Appium Example
A _hello world_ example of running an Appium test
## This example:
* runs Applium/WD test
* runs on [Testingbot](https://testingbot.com), a cloud browser/mobile testing service
## Run
1. clone repo: `git clone git@github.com:qualityshepherd/appium-examples.git`
1. install dependencies: `npm install`
1. sign up for free [Testingbot](https://testingbot.com) account
1. set your Testingbot `api_key` and `api_secret` to env vars via your terminal:
* `TESTINGBOT_KEY="your key"`
* `TESTINGBOT_SECRET="your secret"`
1. run it: `npm test`