{"id":17836986,"url":"https://github.com/ankurgel/selenium-hub-utilities","last_synced_at":"2025-08-10T22:13:54.432Z","repository":{"id":141010173,"uuid":"68925852","full_name":"AnkurGel/selenium-hub-utilities","owner":"AnkurGel","description":"Utilities to measure performance for selenium tests","archived":false,"fork":false,"pushed_at":"2016-10-26T20:57:08.000Z","size":15,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T20:22:59.885Z","etag":null,"topics":["browserstack","browserstack-automate","selenium","selenium-hub-utilities","selenium-tests"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/AnkurGel.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":"2016-09-22T13:49:53.000Z","updated_at":"2024-09-28T20:30:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9507099-ae88-4bb1-8c99-4207b1d48526","html_url":"https://github.com/AnkurGel/selenium-hub-utilities","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AnkurGel/selenium-hub-utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkurGel%2Fselenium-hub-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkurGel%2Fselenium-hub-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkurGel%2Fselenium-hub-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkurGel%2Fselenium-hub-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnkurGel","download_url":"https://codeload.github.com/AnkurGel/selenium-hub-utilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkurGel%2Fselenium-hub-utilities/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269794856,"owners_count":24476892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["browserstack","browserstack-automate","selenium","selenium-hub-utilities","selenium-tests"],"created_at":"2024-10-27T20:44:56.680Z","updated_at":"2025-08-10T22:13:54.383Z","avatar_url":"https://github.com/AnkurGel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Hub Utilities\n\u003e Set of utilities to measure performance of selenium tests.\n\n### Select best hub for [BrowserStack Automate](https://browserstack.com/automate)\nInstall the [latest release](https://github.com/AnkurGel/selenium-hub-utilities/releases).    \n#### For Mac\n```\nBROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key ./selenium-hub-utilities-mac\n```\n#### For Linux\n```\nBROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key ./selenium-hub-utilities-linux-x86\n```\n#### For Windows\n```\nset BROWSERSTACK_USERNAME=your_user_name \u0026\u0026 set BROWSERSTACK_ACCESS_KEY=your_access_key \u0026\u0026 .\\selenium-hub-utilities-win32.exe\n```\n#### From git project\n```\nBROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key node index.js\n```\n### Results\n\n\u003e Running test with http://hub-us.browserstack.com. Please wait...    \n\u003e Time taken by http://hub-us.browserstack.com - 5948 ms    \n\u003e Running test with https://hub-us.browserstack.com. Please wait...    \n\u003e Time taken by https://hub-us.browserstack.com - 14325 ms    \n\u003e Running test with http://hub-us.browserstack.com:4444. Please wait...    \n\u003e Time taken by http://hub-us.browserstack.com:4444 - 13509 ms    \n\u003e Running test with http://hub-cloud-us.browserstack.com. Please wait...    \n\u003e Time taken by http://hub-cloud-us.browserstack.com - 17680 ms    \n\u003e Running test with https://hub-cloud-us.browserstack.com. Please wait...    \n\u003e Time taken by https://hub-cloud-us.browserstack.com - 40771 ms    \n\n\u003e --------------------------------------------------------------    \n\u003e ----------------------------REPORT----------------------------    \n\u003e -- http://hub-us.browserstack.com 5948 ms --    \n\u003e -- http://hub-us.browserstack.com:4444 13509 ms --    \n\u003e -- https://hub-us.browserstack.com 14325 ms --    \n\u003e -- http://hub-cloud-us.browserstack.com 17680 ms --    \n\u003e -- https://hub-cloud-us.browserstack.com 40771 ms --    \n\n\u003e --------------------------------------------------------------    \n\u003e \u003e You can select the best hub endpoint according to report.\n\n\n#### Options\n\n* Add `REGION=region_name` to select a particular region. The available regions are:    \n  * us_east   \n  * us_west   \n  * eu_west   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankurgel%2Fselenium-hub-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankurgel%2Fselenium-hub-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankurgel%2Fselenium-hub-utilities/lists"}