1.0.9 • Published 6 years ago

appium-pcloudy v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

pCloudy-node-connector-test

  • Run Appium Automation over multiple devices of pCloudy.
  • Launches App and takes screenshot.
  • Know more about pCloudy www.pcloudy.com.

Install

npm init

npm install appium-pcloudy --save

Writing a script

//1: Create screenshot named folder.
//2: Create log named folder.
//3: config.json which has following fields.
//4: app file
{
  "desiredCapabilities": {
    "launchTimeout" : 90000,
    "CommandTimeout" : 600,
    "appPackage" : "###packagename##",
    "appActivity" : "###launchactivityname###",
    "rotatable" : true
  },
  "logLevel" : "verbose",
  "logOutput" : "./log/",
  "protocol" : "https",
  "host" : "device.pcloudy.com",
  "port" : 443,
  "coloredLogs" : true,
  "bail" : 0,
  "screenshotPath" : "./screenshot/",
  "screenshotOnReject" : false,
  "username" : "##pcloudyaccountid@###.com",
  "password" : "##api key##",
  "appname" : "###appname##.apkor###.ipa"
}


var appiumpCloudy = require('appium-pcloudy');

instance = new appiumpCloudy();

instance.appiumInterface('config.json');

More documentation

Known issues / limitations

  • test script

Contact us

  • muthuraj.bharathi@sstsinc.com

Authors

License

The MIT License (MIT)

Copyright (c) 2017 pCloudy

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago