{"id":24955167,"url":"https://github.com/automators-com/test-automation-agent","last_synced_at":"2025-04-10T17:50:44.966Z","repository":{"id":257827317,"uuid":"870647770","full_name":"automators-com/test-automation-agent","owner":"automators-com","description":"Generate tests for you application using an autonomous AI agent","archived":false,"fork":false,"pushed_at":"2024-11-18T06:46:51.000Z","size":234,"stargazers_count":5,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-10T13:02:37.912Z","etag":null,"topics":["agent","ai","javascript","playwright","python","test-automation","testing","typescript"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automators-com.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":"2024-10-10T12:21:53.000Z","updated_at":"2025-02-13T03:19:42.000Z","dependencies_parsed_at":"2025-01-29T07:28:38.915Z","dependency_job_id":"8a1c51fe-80ce-47a8-bb74-257fca1269da","html_url":"https://github.com/automators-com/test-automation-agent","commit_stats":null,"previous_names":["automators-com/agent","automators-com/aigent","automators-com/test-automation-agent"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Ftest-automation-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Ftest-automation-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Ftest-automation-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Ftest-automation-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automators-com","download_url":"https://codeload.github.com/automators-com/test-automation-agent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262422,"owners_count":21074306,"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","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":["agent","ai","javascript","playwright","python","test-automation","testing","typescript"],"created_at":"2025-02-03T05:40:13.586Z","updated_at":"2025-04-10T17:50:44.935Z","avatar_url":"https://github.com/automators-com.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automators Agent\n\n## Pre-requisites\n\nBefore you begin, ensure that you have [pipx](https://pipx.pypa.io/stable/installation) installed.\n\n\u003e **Note:** Python 3.13 (which the default homebrew pipx install depends on) is not yet supported by us (see https://github.com/automators-com/agent/issues/7). We would suggest using `pip install pipx` in the interim.\n\nYou also need to have playwright installed:\n\n```bash\npip install --upgrade pip\npip install playwright\nplaywright install\n```\n\n## Installation\n\n1. Install the agent using pipx:\n\n```bash\npython -m pipx install automators-agent\n```\n    \n2. Initialize the agent:\n\n```bash\nagent init\n```\n\n3. Update the `.env` file to include an OpenAI API key. Edit the prompt in the `config.toml` file and then start the agent:\n\n```bash\nagent start\n```\n\n## Setting up development environment\n\nClone the repository:\n\n```bash\ngit clone https://github.com/automators-com/agent.git\ncd agent\n```\n\nInstall the dependencies:\n\n```bash\npip install uv\nuv sync --all-extras --dev\n```\n\nInstall playwright:\n    \n```bash\nplaywright install chromium\n# npx playwright install chromium\n```\n\n## Environment Variables\n\nCreate a `.env` file in the root of the project with the following content:\n\n```bash\nOPENAI_API_KEY=\"\"\nOPENAI_MODEL=\"gpt-4o\"\nHEADLESS=true\nLOG_LEVEL=\"INFO\"\n```\n\n## Usage\n\nRun the agent:\n\n```bash\nuv run agent start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomators-com%2Ftest-automation-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomators-com%2Ftest-automation-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomators-com%2Ftest-automation-agent/lists"}