{"id":25094603,"url":"https://github.com/dlenroc/appium-grid-plugin","last_synced_at":"2026-02-01T11:36:15.239Z","repository":{"id":233526673,"uuid":"773094756","full_name":"dlenroc/appium-grid-plugin","owner":"dlenroc","description":"Easy way to register an Appium server as a node in Selenium 4 Grid","archived":false,"fork":false,"pushed_at":"2025-10-03T16:16:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T18:34:27.153Z","etag":null,"topics":["appium","appium-plugin","selenium-grid","selenium-node"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlenroc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-16T18:22:11.000Z","updated_at":"2025-10-03T16:16:24.000Z","dependencies_parsed_at":"2024-04-16T15:20:16.305Z","dependency_job_id":"28570a07-a474-4718-ac0c-72fe14d5dda9","html_url":"https://github.com/dlenroc/appium-grid-plugin","commit_stats":null,"previous_names":["dlenroc/appium-grid-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlenroc/appium-grid-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fappium-grid-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fappium-grid-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fappium-grid-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fappium-grid-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlenroc","download_url":"https://codeload.github.com/dlenroc/appium-grid-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fappium-grid-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appium","appium-plugin","selenium-grid","selenium-node"],"created_at":"2025-02-07T15:28:21.961Z","updated_at":"2026-02-01T11:36:15.221Z","avatar_url":"https://github.com/dlenroc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appium Grid Plugin · [![NPM Version](https://img.shields.io/npm/v/@dlenroc/appium-grid-plugin?cacheSeconds=86400)](https://www.npmjs.com/package/@dlenroc/appium-grid-plugin) ![Node.js Version](https://img.shields.io/node/v/@dlenroc/appium-grid-plugin)\n\nA plugin for registering Appium as a node in Selenium Grid 4.\n\n## Installation\n\n```shell\nappium plugin install --source npm @dlenroc/appium-grid-plugin\n```\n\n## Parameters\n\n| Parameter                        | Default                 | Description            |\n| -------------------------------- | ----------------------- | ---------------------- |\n| `--plugin-grid-external-url`     | `http://127.0.0.1:4723` | Node external URL      |\n| `--plugin-grid-publish-events`   | `tcp://127.0.0.1:4443`  | Grid ZeroMQ PUB socket |\n| `--plugin-grid-stereotype`       | `{}`                    | Node stereotype(s)     |\n| `--plugin-grid-heartbeat-period` | `60000`                 | Heartbeat period (ms)  |\n| `--plugin-grid-session-timeout`  | `300000`                | Session timeout (ms)   |\n\n## Usage\n\nStart the Selenium Grid Hub\n\n```shell\nselenium-server hub \\\n  --port 4444 \\\n  --host 127.0.0.1 \\\n  --publish-events 'tcp://127.0.0.1:4442' \\\n  --subscribe-events 'tcp://127.0.0.1:4443'\n```\n\nStart as many Appium nodes as needed\n\n```shell\nnpx appium \\\n  --use-plugins grid \\\n  --plugin-grid-external-url 'http://127.0.0.1:4723' \\\n  --plugin-grid-publish-events 'tcp://127.0.0.1:4443' \\\n  --plugin-grid-stereotype '{ \"platformName\": \"roku\" }' \\\n  --default-capabilities '{\n    \"appium:automationName\": \"roku\",\n    \"appium:ip\": \"\u003cdevice-ip\u003e\",\n    \"appium:password\": \"\u003cdevmode-password\u003e\"\n  }'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenroc%2Fappium-grid-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlenroc%2Fappium-grid-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenroc%2Fappium-grid-plugin/lists"}