An open API service indexing awesome lists of open source software.

https://github.com/qualityshepherd/appium-examples


https://github.com/qualityshepherd/appium-examples

Last synced: 2 months ago
JSON representation

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`