{"id":20293001,"url":"https://github.com/gemini-testing/playwright-selenium-oauth","last_synced_at":"2026-05-29T20:31:24.766Z","repository":{"id":176325972,"uuid":"655636387","full_name":"gemini-testing/playwright-selenium-oauth","owner":"gemini-testing","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-05T08:15:58.000Z","size":301,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-15T12:54:24.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2023-06-19T09:42:23.000Z","updated_at":"2023-06-19T10:08:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"359f7f75-c13f-4f15-8867-e2ba86c77fd9","html_url":"https://github.com/gemini-testing/playwright-selenium-oauth","commit_stats":null,"previous_names":["gemini-testing/playwright-selenium-oauth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-testing/playwright-selenium-oauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fplaywright-selenium-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fplaywright-selenium-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fplaywright-selenium-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fplaywright-selenium-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/playwright-selenium-oauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fplaywright-selenium-oauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33670211,"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-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2024-11-14T15:20:38.786Z","updated_at":"2026-05-29T20:31:24.747Z","avatar_url":"https://github.com/gemini-testing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playwright-selenium-oauth\nA library for OAuth Selenium authentication in PlayWright\n\n## How to use\n1. `npm install playwright-selenium-oauth -D`\n2. [Add global setup to your playwright configuration](https://playwright.dev/docs/test-global-setup-teardown#configure-globalsetup-and-globalteardown) and specify the token e.g.\n```\nimport {setup} from \"playwright-selenium-oauth\"\nasync function globalSetup() {\n  \n  await setup({token: \u003cmy-actual-token\u003e}); // specifying token directly\n\n  await setup({token: process.env.SELENIUM_OAUTH_CI_TOKEN || process.env.SELENIUM_OAUTH_USER_TOKEN}); // example for a CI setup\n\n  await setup({tokenFilePath: \"/path/to/my/token\"}); // specyfing path to a text file with the token\n\n  await setup({tokenFilePath: process.env.CI ? \"/robot/token\" : \"/user/token\"}); // example for a CI setup\n\n}\nexport default globalSetup;\n```\n\n## Help\nYou can pass a helpful string that would be printed when there is a problem loading a token file.\n```\nawait setup({help: \"You can generate the token here: https://here/the/user/may/get/his/token\"})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fplaywright-selenium-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Fplaywright-selenium-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fplaywright-selenium-oauth/lists"}