A multi-step AI Agent System for QA Testing.
QA-Agent uses multiple AI agents to create End-to-End Testing. Each agent handles a specific part of the process, working together to provide better answers than a single AI could.
- Install Playwright locally (needed for browser agent):
npm install -g playwright - Clone this repo
- Install dependencies:
poetry install - Set up API keys in
.env(Currently: GOOGLE_API_KEY and ANTHROPIC_API_KEY) - Run:
poetry run python main.py
🚧 This project is currently under active development 🚧
The project is in its early stages and features are being actively developed. Some functionality may be incomplete or subject to change.
Current focus:
- Validate AI Agent for Gherkin scenario generation
- Validate AI Agent for Browser automation
- Validate AI Agent for Playwright test generation