Intelligent self-healing E2E test system with persistent memory. Understands your product, generates Playwright tests, automatically repairs broken tests, and learns from every debug session.
claude plugin add sparticleinc/ai-test-engine-plugin| Command | Description |
|---|---|
/test-init |
Initialize .test-memory/ in your project |
/test-run |
Run tests (all, by tag, by file) |
/test-run @smoke |
Run smoke tests only |
/test-status |
Show memory stats and test health |
/test-gen |
Generate tests from codebase (Phase 1) |
/test-heal |
Auto-fix failing tests (Phase 2) |
/test-review |
Quality review + recommendations (Phase 3) |
The plugin maintains a .test-memory/ directory in your project with three layers of knowledge:
- Selectors (
selectors.json) — Best Playwright selector for each UI element, with fallbacks and failure history - Patterns (
patterns.md) — Reusable test patterns and anti-patterns learned from debugging - Product Map (
product-map.json) — Page structure, routes, components, and test coverage
Every test run, heal, and review enriches this memory. The more you use it, the smarter it gets.
MIT