1.) npm dependencies
$ npm install
2.) install mocha globally
$ npm install -g mocha
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"
}
}
$ mocha ios_safari.js