Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
image