{"id":14984382,"url":"https://github.com/gemini-testing/testplane-headless-chrome","last_synced_at":"2026-02-20T18:01:11.165Z","repository":{"id":47167508,"uuid":"204022036","full_name":"gemini-testing/testplane-headless-chrome","owner":"gemini-testing","description":"Plugin for Testplane to run integration tests on downloaded headless Chromium.","archived":false,"fork":false,"pushed_at":"2024-04-09T15:42:15.000Z","size":192,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-11T03:35:04.390Z","etag":null,"topics":["testplane-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gemini-testing.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}},"created_at":"2019-08-23T15:11:33.000Z","updated_at":"2024-05-17T12:55:50.000Z","dependencies_parsed_at":"2024-04-10T07:09:24.472Z","dependency_job_id":"9271d0c7-4f9d-4d04-9cd3-0f32f554d127","html_url":"https://github.com/gemini-testing/testplane-headless-chrome","commit_stats":null,"previous_names":["gemini-testing/hermione-headless-chrome"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-testing/testplane-headless-chrome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-headless-chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-headless-chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-headless-chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-headless-chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/testplane-headless-chrome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-headless-chrome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29659752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["testplane-plugin"],"created_at":"2024-09-24T14:08:57.491Z","updated_at":"2026-02-20T18:01:11.126Z","avatar_url":"https://github.com/gemini-testing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @testplane/headless-chrome\n\nPlugin for [Testplane](https://github.com/gemini-testing/testplane) to run integration tests on downloaded headless Chromium.\n\nNB: plugin searches builds starting from last stable version, but downloaded developers version. Builds for some versions may not be found. Detail information on [article](https://www.chromium.org/getting-involved/download-chromium).\n\nYou can read more about Testplane plugins [here](https://github.com/gemini-testing/testplane#plugins).\n\n## Installation\n\n```bash\nnpm install -D @testplane/headless-chrome\n```\n\n## Usage\n\n* **enabled** (optional) `Boolean` – enable/disable the plugin; by default plugin is enabled.\n* **browserId** (required) `String` - browser id on Testplane config for headless Chromium.\n* **version** (optional) `Boolean` - Chromium version; latest stable version by default.\n* **cachePath** (optional) `String` - path to directory for downloaded Chromium binary; */testplane-headless-chrome* on *home directory* by default.\n* **downloadAttempts** (optional) `Number` - attempts count for download Chromium; `30` by default.\n\nAlso there is ability to override plugin parameters by CLI options or environment variables\n(see [configparser](https://github.com/gemini-testing/configparser)).\nUse `testplane_headless_chrome_` prefix for the environment variables and `--headless-chrome-` for the cli options.\n\nFor example you can override browserId option like so:\n```bash\n$ testplane_headless_chrome_browser_id=some-browser-id testplane\n$ testplane --headless-chrome-browser-id some-browser-id\n\nAdd plugin to your Testplane config file:\n\n```js\nmodule.exports = {\n    // ...\n    browsers: {\n        'example-browser-id': {\n            desiredCapabilities: {\n                browserName: 'chrome',\n                browserVersion: '123.0'\n            }\n        }\n    },\n    // ...\n    plugins: {\n        '@testplane/headless-chrome': {\n            enabled: true,\n            browserId: 'example-browser-id',\n            version: '123'\n        }\n    },\n    //...\n}\n```\n\n## Testing\n\nRun [mocha](http://mochajs.org) tests:\n```bash\nnpm run test-unit\n```\n\nRun [eslint](http://eslint.org) codestyle verification\n```bash\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-headless-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Ftestplane-headless-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-headless-chrome/lists"}