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.
- Python 3.10 or higher
- Docker installed and running
- A valid Anthropic API key for AI-based validation
cp .env.sample .envSet your Anthropic API key as an environment variable in .env file. ANTHROPIC_API_KEY=<your_anthropic_api_key>
Add your test scenarios description and steps required in the format provided in the test_scenario.json file.
Run run.sh file
./run.sh-
Writes the scenario details and validation results to
outputfolder 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