{"id":21594060,"url":"https://github.com/poetic/auto-selenium","last_synced_at":"2026-04-11T13:33:32.458Z","repository":{"id":77071461,"uuid":"131790558","full_name":"poetic/auto-selenium","owner":"poetic","description":"Add automated browser ui tests that a non developer can generate using point and click browser extensions.","archived":false,"fork":false,"pushed_at":"2018-07-04T20:42:37.000Z","size":32,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T10:46:45.963Z","etag":null,"topics":["browser-automation","continuous-integration","docker","docker-compose","docker-image","selenium"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poetic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-02T03:00:09.000Z","updated_at":"2018-11-07T10:45:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0dff258-d9dc-4c1a-979b-ed4d8683f292","html_url":"https://github.com/poetic/auto-selenium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poetic/auto-selenium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetic%2Fauto-selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetic%2Fauto-selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetic%2Fauto-selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetic%2Fauto-selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poetic","download_url":"https://codeload.github.com/poetic/auto-selenium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetic%2Fauto-selenium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["browser-automation","continuous-integration","docker","docker-compose","docker-image","selenium"],"created_at":"2024-11-24T17:15:49.236Z","updated_at":"2026-04-11T13:33:32.451Z","avatar_url":"https://github.com/poetic.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# astrocyte\n\n## Setup\n`brew install python pipenv`\n\nCreate the virtualenv\n`virtualenv ~/.venv/astrocyte`\n\nActivate the virtualenv\n`source ~/.venv/astrocyte/bin/activate`\n\nInstall project dependencies\n`pipenv install`\n\n### Ansible Vault\n\nCreate a password file\n```\nmkdir ~/.ansible ; \\\necho \"changeme2018\" \u003e\u003e ~/.ansible/.vault_pass.txt \u0026\u0026 \\\nchmod 0444 ~/.ansible/.vault_pass.txt\n```\nTo generate the secret file, run `ansible-vault create vars/secret` from the project root.\n\nThe first prompt will create your vault password.\n\nThe second prompt will send you to a vim session, in that vim sesson input or copy vault.example.yml from the vars folder\n\n```\nansible_sudo_pass: your-sudo-password\n```\n\nUsing nano and a password file this is nice in dev and maybe bad practice in prod.\n```\nexport EDITOR=nano \u0026\u0026 \\\nexport VAULT_PASSFILE=~/.ansible/.vault_pass.txt \u0026\u0026 \\\nansible-vault create --vault-password-file $VAULT_PASSFILE vars/vault.yml\n```\n\nEditing the vault file\n```\nexport EDITOR=nano \u0026\u0026 \\\nexport VAULT_PASSFILE=~/.ansible/.vault_pass.txt \u0026\u0026 \\\nansible-vault edit --vault-password-file $VAULT_PASSFILE vars/vault.yml\n```\n\n```\nansible-playbook -i hosts init.yml --vault-password-file ~/.ansible/.vault_pass.txt\n```\n\n### Naming\nleviathian\nearthdiver\n\n\nocean","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoetic%2Fauto-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoetic%2Fauto-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoetic%2Fauto-selenium/lists"}