Metadata-Version: 2.4
Name: ai-testing-swarm
Version: 0.1.2
Summary: AI-powered testing swarm
Author-email: Arif Shah <ashah7775@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# AI Testing Swarm 🐝🤖

**AI Testing Swarm** is an autonomous, AI-powered testing platform for **API and UI testing**.  
It uses a swarm of specialized AI agents to plan, generate, execute, and learn from tests — with built-in support for **pytest**, **Allure**, and **Playwright**.

---

## ✨ Features

- 🧠 Autonomous AI test planning & generation
- 🔁 Self-learning from test failures
- 🌐 API testing from request specs / cURL
- 🖥️ UI testing with Playwright (plug-and-play)
- 🧪 Pytest integration
- 📊 Allure reporting
- ⚡ Fully programmatic API — import and run tests from Python

---

## 📦 Installation

### From PyPI
```bash
pip install ai-testing-swarm
