acolby / Testdroid_Example

NodeJS remote functional testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS testdroid Example

Setup

Add Dependencies

1.) npm dependencies

$ npm install

2.) install mocha globally

$ npm install -g mocha

Add Credentials to ./.creds.json

You will need to add some an object that looks this to the directory ./.creds.json, as it is .gitignored

{
    "testdroid": {
		"username": "TESTDROID_USERNAME",
		"password": "TESTDROID_PASSWORD"
	}
}

to Run the test

$ mocha ios_safari.js

About

NodeJS remote functional testing


Languages

Language:JavaScript 100.0%