Metadata-Version: 2.4
Name: omnitest
Version: 0.1.1
Summary: One platform for everything
Author-email: Manikandan Parasuraman <manikandan.p.learning@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Manikandan Parasuraman
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/ManikandanParasuraman/OmniTest
Project-URL: Repository, https://github.com/ManikandanParasuraman/OmniTest
Project-URL: Issues, https://github.com/ManikandanParasuraman/OmniTest/issues
Keywords: automation,testing,playwright,qa,framework,e2e,ui-testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.4; extra == "dev"
Requires-Dist: pytest-cov>=7.0; extra == "dev"
Requires-Dist: pytest-mock>=3.14; extra == "dev"
Requires-Dist: faker>=37.0; extra == "dev"
Requires-Dist: ruff>=0.12; extra == "dev"
Requires-Dist: black>=25.0; extra == "dev"
Requires-Dist: pylint>=3.3.9; extra == "dev"
Requires-Dist: astroid>=3.3.11; extra == "dev"
Requires-Dist: mypy>=1.17; extra == "dev"
Requires-Dist: build>=1.3; extra == "dev"
Requires-Dist: twine>=6.2; extra == "dev"
Dynamic: license-file

# OmniTest

<p align="center">
  <h1 align="center">OmniTest</h1>
  <p align="center">
    <strong>One Platform for Everything.</strong>
  </p>

  <p align="center">
    Enterprise-grade Python Automation Framework built on top of Playwright.
  </p>
</p>

---

## 🚀 Vision

OmniTest is an open-source, production-ready automation platform that unifies every testing discipline into a single Python SDK.

Instead of learning and maintaining multiple tools for UI testing, API testing, performance testing, security testing, and reliability testing, OmniTest provides one consistent API for all automation needs.

## Goals

- ✅ Simple for beginners
- ✅ Enterprise ready
- ✅ Production grade architecture
- ✅ Extensible SDK
- ✅ Plugin based
- ✅ AI Ready
- ✅ Cross Platform
- ✅ Open Source

---

# Features

## UI Automation

- Chromium
- Firefox
- WebKit
- Smart Locators
- Multi Browser Support
- Multi Tab Support
- Screenshot
- Video Recording
- Tracing
- Downloads
- Uploads
- Keyboard
- Mouse
- Drag & Drop
- Wait Engine
- Assertions
- Self Healing Locators *(Planned)*

---

## API Testing

- REST
- GraphQL
- SOAP
- WebSocket
- gRPC
- Authentication
- Contract Testing
- Mock Server

---

## Performance Testing

- Load Testing
- Stress Testing
- Spike Testing
- Endurance Testing
- Capacity Testing

---

## Security Testing

- OWASP Checks
- SSL Validation
- Header Validation
- Authentication Testing
- Authorization Testing

---

## Reliability Testing

- Chaos Testing
- Retry Validation
- Failover Testing
- Resilience Testing

---

# Installation

```bash
pip install omnitest
```

---

# Quick Start

```python
from omnitest import Browser

browser = Browser(
    headless=False
)

browser.open("https://example.com")

browser.type("#username", "admin")

browser.type("#password", "password")

browser.click("Login")

browser.close()
```

---

# Project Structure

```
src/
└── omnitest
    ├── actions/
    ├── api/
    ├── assertions/
    ├── browser/
    ├── config/
    ├── exceptions/
    ├── locator/
    ├── logger/
    ├── performance/
    ├── reliability/
    ├── security/
    ├── utils/
    └── wait/
```

---

# Development Roadmap

## Phase 1 — Browser SDK (v0.1.x)

### Browser

- Browser Launch
- Browser Configuration
- Browser Context
- Page Management
- Multiple Tabs
- Browser Lifecycle

### Locator Engine

- CSS
- XPath
- Text
- Role
- Label
- Placeholder
- Alt
- Title
- TestId
- Dictionary Selectors
- Smart Selector Detection

### Actions

- Click
- Fill
- Hover
- Keyboard
- Mouse
- Select
- Upload
- Drag & Drop

### Navigation

- Open URL
- Back
- Forward
- Refresh

### Downloads

- File Download
- File Upload

### Logging

- Console Logger
- File Logger

### Exceptions

- Browser Exceptions
- Locator Exceptions
- Action Exceptions

---

## Phase 2 — Smart Automation (v0.2.x)

- Wait Engine
- Assertions
- Screenshots
- Video Recording
- Tracing
- Browser Events
- Network Monitoring
- Cookie Management
- Local Storage
- Session Storage
- Authentication State
- Self Healing Locators

---

## Phase 3 — API Testing (v0.3.x)

- REST API
- GraphQL
- SOAP
- gRPC
- WebSocket
- API Assertions
- Authentication
- OAuth
- JWT
- API Reporting

---

## Phase 4 — Reporting (v0.4.x)

- HTML Report
- JSON Report
- XML Report
- Screenshots
- Videos
- Trace Viewer
- Timeline
- Logs
- Attachments

---

## Phase 5 — Performance Testing (v0.5.x)

- Load Testing
- Stress Testing
- Spike Testing
- Endurance Testing
- Distributed Execution
- Performance Report

---

## Phase 6 — Security Testing (v0.6.x)

- SSL Validation
- Header Validation
- Authentication Testing
- Authorization Testing
- OWASP Checks
- Security Report

---

## Phase 7 — Reliability Testing (v0.7.x)

- Chaos Testing
- Retry Validation
- Failover Testing
- Resilience Testing
- Health Checks

---

## Phase 8 — AI Automation (v1.0.0)

- AI Test Generation
- Natural Language Automation
- AI Locator Generation
- Self Healing
- AI Assertions
- AI Debugging
- AI Failure Analysis
- AI Test Maintenance
- AI Report Insights

---

# Release Plan

| Version | Status | Description |
|----------|--------|-------------|
| v0.1 | 🚧 In Progress | Browser SDK |
| v0.2 | Planned | Smart Automation |
| v0.3 | Planned | API Testing |
| v0.4 | Planned | Reporting |
| v0.5 | Planned | Performance Testing |
| v0.6 | Planned | Security Testing |
| v0.7 | Planned | Reliability Testing |
| v1.0 | Planned | AI Powered Testing Platform |

---

# GitHub Labels

## Priority

- `priority:critical`
- `priority:high`
- `priority:medium`
- `priority:low`

## Type

- `bug`
- `feature`
- `enhancement`
- `documentation`
- `question`
- `refactor`
- `performance`
- `security`
- `test`

## Component

- `browser`
- `locator`
- `actions`
- `wait`
- `assertions`
- `api`
- `performance`
- `security`
- `reliability`
- `reporting`
- `logger`
- `exceptions`
- `configuration`
- `cli`

## Status

- `ready`
- `in-progress`
- `blocked`
- `needs-review`
- `ready-for-release`
- `released`

## Difficulty

- `good first issue`
- `beginner`
- `intermediate`
- `advanced`

## Release

- `v0.1`
- `v0.2`
- `v0.3`
- `v0.4`
- `v0.5`
- `v0.6`
- `v0.7`
- `v1.0`

---

# Contributing

Contributions are welcome.

Please feel free to:

- Report bugs
- Suggest features
- Improve documentation
- Submit pull requests

---

# License

This project is licensed under the MIT License.

---

# Motto

> **One Platform for Everything.**
