{"id":20292919,"url":"https://github.com/gemini-testing/testplane-oauth","last_synced_at":"2026-06-11T07:31:00.663Z","repository":{"id":41107509,"uuid":"507962942","full_name":"gemini-testing/testplane-oauth","owner":"gemini-testing","description":"Testplane plugin for authorization with OAuth","archived":false,"fork":false,"pushed_at":"2024-04-08T14:06:18.000Z","size":268,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-04-16T11:20:35.509Z","etag":null,"topics":["testplane-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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}},"created_at":"2022-06-27T15:25:55.000Z","updated_at":"2024-05-17T11:44:07.000Z","dependencies_parsed_at":"2024-04-08T15:31:05.121Z","dependency_job_id":"05eaa87a-c774-4ade-bb68-1dfcb6a35104","html_url":"https://github.com/gemini-testing/testplane-oauth","commit_stats":null,"previous_names":["gemini-testing/hermione-oauth"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-testing/testplane-oauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/testplane-oauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-oauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-14T15:19:58.772Z","updated_at":"2026-06-11T07:31:00.642Z","avatar_url":"https://github.com/gemini-testing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @testplane/oauth\n\nSome Remote WebDriver Servers requires OAuth authorization for each request. This plugin is useful for setting of authorization header with OAuth token.\n\n## Install\n\n```bash\nnpm install @testplane/oauth --save-dev\n```\n\n## Usage\n\n```js\n// .testplane.conf.js\nmodule.exports = {\n    // ...\n    plugins: {\n        \"@testplane/oauth\": {\n            enabled: true, // plugin is enabled by default\n            token: \"\u003ctoken\u003e\", // option also accepts absolute filepath with a token\n            help: \"https://...\", // information on where to get a token\n        },\n    },\n};\n```\n\nEach plugin option can be redefined by\n- environment variable which starts with prefix `testplane_oauth_`, for example, `testplane_oauth_token=123-456-789`\n- CLI option which starts with prefix `--oauth-`, for example, `--oauth-token=123-456-789`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Ftestplane-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-oauth/lists"}