AI-powered testing swarm
Project description
AI Testing Swarm
Autonomous AI-powered API & UI testing platform.
Run locally
pip install -e . export OPENAI_API_KEY=your_key ai-test --input input/request.json
Pytest + Allure
pytest --alluredir=allure-results allure serve allure-results
ai-testing-swarm/ │ ├── ai_testing_swarm/ │ ├── init.py │ │ │ ├── core/ │ │ ├── curl_parser.py │ │ ├── api_client.py │ │ │ ├── agents/ │ │ ├── test_planner_agent.py │ │ ├── test_writer_agent.py │ │ ├── execution_agent.py │ │ ├── llm_reasoning_agent.py │ │ ├── learning_agent.py │ │ ├── release_gate_agent.py │ │ ├── ui_agent.py 👈 Playwright auto-plug │ │ │ ├── orchestrator.py │ │ └── cli.py 👈 ai-test command │ ├── tests/ │ ├── test_swarm_api.py 👈 pytest + allure │ ├── memory/ │ └── failure_memory.json │ ├── pyproject.toml 👈 packaging ├── README.md └── input/ └── request.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_testing_swarm-0.1.1.tar.gz.
File metadata
- Download URL: ai_testing_swarm-0.1.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
277a636300ce235b801090699f42f7d66c3ec96f13f0565d96e48978930716e7
|
|
| MD5 |
6d749be57ec0a821a202272780d868f3
|
|
| BLAKE2b-256 |
dc55e90cf50771d0330f709fc8190a334fa9961a74715abdca44fa49498c92f9
|
File details
Details for the file ai_testing_swarm-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ai_testing_swarm-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf212ae7741d12018ebc64f588737db3b8c96894dfca7a5bc4597bca4ad2b7c
|
|
| MD5 |
8f861a21672bc4676f74cbc45d1522ca
|
|
| BLAKE2b-256 |
ca932b85cf9d31cec905ef88f638e3c8bdccb3c487e032466c9b94fbab4f64ec
|