{"id":22812407,"url":"https://github.com/mrblueblue/chowchow","last_synced_at":"2026-04-27T21:31:21.313Z","repository":{"id":86281601,"uuid":"88119392","full_name":"mrblueblue/chowchow","owner":"mrblueblue","description":"🐶  example of using hound / elixir with browserstack","archived":false,"fork":false,"pushed_at":"2017-04-13T22:31:27.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T21:33:10.628Z","etag":null,"topics":["automation","browserstack","elixir","hound","selenium","testing"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/mrblueblue.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":"2017-04-13T03:06:04.000Z","updated_at":"2023-05-14T14:43:42.000Z","dependencies_parsed_at":"2023-03-02T03:30:28.882Z","dependency_job_id":null,"html_url":"https://github.com/mrblueblue/chowchow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrblueblue/chowchow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrblueblue%2Fchowchow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrblueblue%2Fchowchow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrblueblue%2Fchowchow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrblueblue%2Fchowchow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrblueblue","download_url":"https://codeload.github.com/mrblueblue/chowchow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrblueblue%2Fchowchow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["automation","browserstack","elixir","hound","selenium","testing"],"created_at":"2024-12-12T12:12:22.861Z","updated_at":"2026-04-27T21:31:21.308Z","avatar_url":"https://github.com/mrblueblue.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chowchow\n\nExample of how to use Elixir and Hound to run browser automation tests.\n\nThese tests are in run in parallel and can be run locally or remotely connecting to Browserstack.\n\n## Running\n\nInstall dependencies first using\n\n```bash\nmix deps.get\n```\n\nBe sure to have Elixir 1.4 or higher.\n\n### Locally\n\nAssuming you have Selenium server with the Chrome driver running on port `4444`:\n\n```bash\nWEBDRIVER=selenium ENV=local mix test\n```\n\n### Remotely\n\nThe script relies on the environmental varialbes `USER` and `KEY`, which represent your Browserstack username and access key.\n\nYou can set these variables in an `.env` file like\n\n```bash\nexport USER=\"example\"\nexport KEY=\"example\"\nexport HOST=\"http://${USER}:${KEY}@hub-cloud.browserstack.com\"\n```\n\nand then run:\n\n```bash\nsource .env\n```\nOnce these variables are set, you can run the Browserstack remote tests with:\n\n```bash\nWEBDRIVER=selenium ENV=remote mix test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrblueblue%2Fchowchow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrblueblue%2Fchowchow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrblueblue%2Fchowchow/lists"}