Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qodex-ai/frontend-agent
Open-Source AI-Powered QA Tool for Automated UI Testing and Navigation.
https://github.com/qodex-ai/frontend-agent
Last synced: 3 days ago
JSON representation
Open-Source AI-Powered QA Tool for Automated UI Testing and Navigation.
- Host: GitHub
- URL: https://github.com/qodex-ai/frontend-agent
- Owner: qodex-ai
- License: mit
- Created: 2024-12-04T19:10:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:33:04.000Z (about 1 month ago)
- Last Synced: 2024-12-04T20:24:00.088Z (about 1 month ago)
- Language: Python
- Homepage: https://qodex.ai
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Frontend-Agent - Open-Source AI-Powered QA Tool for Automated UI Testing and Navigation. (Building / Testing)
- awesome_ai_agents - Frontend-Agent - Open-Source AI-Powered QA Tool for Automated UI Testing and Navigation. (Building / Testing)
README
# QodexAI frontend agent
Open-Source AI-Powered QA Tool for Automated UI Testing and Navigation.
Accelerate your quality assurance process with our AI-driven QA tool that automates UI testing and navigation using input files. Streamline your testing workflows, enhance software quality, and boost productivity with this easy-to-use open-source solution.
## Prerequisites
- Python 3.10 or higher
- Docker installed and running
- A valid Anthropic API key for AI-based validation## Installation
```bash
cp .env.sample .env
```
Set your Anthropic API key as an environment variable in .env file.
ANTHROPIC_API_KEY=## Running
Add your test scenarios description and steps required in the format provided in the `test_scenario.json` file.Run run.sh file
```bash
./run.sh
```### Logging and Response
- Writes the scenario details and validation results to `output` folder along with the screenshot. Checkout sample output file for a sample response:
- https://github.com/qodex-ai/frontend-agent/blob/main/sample_output/2024-12-09_18-19-02/index.html