@continuum8032/playwright-ai-tools
v0.2.0
Published
Local-first AI triage and repair-suggestion tools for Playwright test projects.
Maintainers
Readme
@continuum8032/playwright-ai-tools
Local-first AI triage and repair-suggestion tools for existing Playwright projects.
Install the package in a Playwright project and add the reporter:
reporter: [
['line'],
['@continuum8032/playwright-ai-tools/reporter', { outputDir: 'playwright-ai-report' }],
]The reporter writes JSON, Markdown, and HTML reports, plus suggestion artifacts. It does not apply patches automatically.
