0.1.2 • Published 1 year ago

@dlenroc/appium-grid-plugin v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Appium Grid Plugin · NPM Version Node.js Version

A plugin that simplifies the attachment of Appium to Selenium Grid 4.

Installation

appium plugin install --source npm @dlenroc/appium-grid-plugin

Parameters

ParameterDefaultDescription
--plugin-grid-external-urlhttp://127.0.0.1:4723Node external URL
--plugin-grid-publish-eventstcp://127.0.0.1:4443Grid ZeroMQ PUB socket
--plugin-grid-registration-secret-Node registration secret
--plugin-grid-stereotype{}Node stereotype(s)

Example

npx appium \
  --use-plugins grid \
  --plugin-grid-external-url 'http://127.0.0.1:4723' \
  --plugin-grid-publish-events 'tcp://127.0.0.1:4443' \
  --plugin-grid-stereotype '{ "platformName": "roku" }' \
  --default-capabilities '{
    "appium:automationName": "roku",
    "appium:ip": "<device-ip>",
    "appium:password": "<devmode-password>"
  }'
0.1.2

1 year ago

0.1.1

1 year ago

0.1.1-SNAPSHOT

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.1.0

1 year ago