Skip to content

mmcintyre123/Testdroid_Example

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%