protractor-genie
v0.0.8
Published
Run command: npm install
Downloads
464
Readme
appium-plugin-template
Run command: npm install
Run Server
STARK_API_KEY= npm run build-and-start-server
Run service
npm run build && STARK_API_KEY='' node lib/index.js
Two things
Run Studio
STARK_API_KEY= npm run studio --config /Users/saikrishna/Downloads/git/appium-stark-vision/studio-config.json
Test Automation
STARK_API_KEY= npm run test --config /Users/saikrishna/Downloads/git/appium-stark-vision/caps-config.json
{
"url": "http://localhost:4040/wd/hub",
"capabilities": {
"platformName": "android",
"appium:automationName": "uiautomator2"
}
}
### Run as Server
npm run build
CLOUD_USERNAME= CLOUD_PASSWORD= STARK_API_KEY="" node lib/index.js --config /Users/saikrishna/Downloads/git/appium-stark-vision/studio-config.json
```json
{
"url": "http://localhost:4040/wd/hub",
"cloud": {
"provider": "lambdaTest",
"url": "https://mobile-hub.lambdatest.com/wd/hub"
}
}