{"id":46553851,"url":"https://github.com/angular/rules_browsers","last_synced_at":"2026-03-07T04:01:17.763Z","repository":{"id":285822531,"uuid":"959365932","full_name":"angular/rules_browsers","owner":"angular","description":"Bazel rules for browser automation \u0026 testing","archived":false,"fork":false,"pushed_at":"2026-03-05T19:21:50.000Z","size":412,"stargazers_count":1,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T19:25:19.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","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/angular.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-02T17:13:29.000Z","updated_at":"2026-03-05T19:21:55.000Z","dependencies_parsed_at":"2025-04-23T14:18:52.242Z","dependency_job_id":"d052083b-ba4f-4d65-a49e-46f0be9ac1e5","html_url":"https://github.com/angular/rules_browsers","commit_stats":null,"previous_names":["devversion/rules_browsers","angular/rules_browsers"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/angular/rules_browsers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Frules_browsers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Frules_browsers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Frules_browsers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Frules_browsers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/rules_browsers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Frules_browsers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-03-07T04:00:46.338Z","updated_at":"2026-03-07T04:01:17.736Z","avatar_url":"https://github.com/angular.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rules_browsers\n\nUse browsers in Bazel and run tests with them.\n\n## Usage\n\nAdd the dependency for `rules_browsers` to your `MODULE.bazel` file.\n\n```starlark\nbazel_dep(name = \"rules_browsers\", version = \"0.4.0\")\n```\n\nThis allows you to use provided testing macros. You can also use the\n`browser_group` and `browser_toolchain_alias` targets in the browser\ndirectories.\n\nBy default, browsers will be used at the _default version_. The default version\nis usually the latest version that was available at the time of the used release\nof `rules_browsers`. The consequence of this is that upgrading `rules_browsers`\nusually means changing the default browser version.\n\n\u003e [!NOTE]\n\u003e The default version of browsers can change in any release.\n\nYou can manually specify the exact browser version to use for each browser by\nproviding a version in your own `MODULE.bazel` file. The set of available\nversions can be found in `browsers/private/versions/\u003cbrowser\u003e.bzl`.\n\n```starlark\nbrowsers = use_extension(\"@rules_browsers//browsers:extensions.bzl\", \"browsers\")\nbrowsers.chrome(version = \"x.x.x\")\nbrowsers.chromedriver(version = \"x.x.x\")\nbrowsers.firefox(version = \"x.x.x\")\n```\n\n## Supported Browsers\n\n- Chrome _(`chrome-headless-shell`)_\n- Chromedriver\n- Firefox\n\nEach browser is provided for the following OS x architecture combinations:\n\n- `linux_x64`\n- `macos_x64`\n- `macos_arm64`\n- `windows_x64`\n\n## Version Policy\n\nThis project does not explicitly follow any versioning policy at this time. Any\nrelease may include breaking changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Frules_browsers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Frules_browsers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Frules_browsers/lists"}