Metadata-Version: 2.4
Name: playwright-ai-tools
Version: 0.2.0
Summary: Universal offline AI analysis tools for Playwright artifacts.
Project-URL: Homepage, https://github.com/Continuum8032/codex-playwright-tools
Project-URL: Repository, https://github.com/Continuum8032/codex-playwright-tools
Project-URL: Issues, https://github.com/Continuum8032/codex-playwright-tools/issues
Author: Continuum8032 contributors
License-Expression: MIT
Keywords: ai,playwright,testing,trace,triage
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# playwright-ai-tools

Offline Python CLI and library for local-first analysis of Playwright JSON reports and trace artifacts.

```bash
playwright-ai-tools analyze --playwright-json playwright-report/results.json --output playwright-ai-report/ai-analysis-report.json
playwright-ai-tools benchmark --fixtures fixtures/failure-corpus.json
```

The package mirrors the TypeScript contracts for failure normalization, taxonomy, benchmark metrics, and suggestion artifacts.
