report

Installation
SKILL.md

Smart Test Reporting

Generate test reports that plug into the user's existing workflow. Zero new tools.

Steps

1. Run Tests (If Not Already Run)

Check if recent test results exist:

ls -la test-results/ playwright-report/ 2>/dev/null

If no recent results, run tests:

npx playwright test --reporter=json,html,list 2>&1 | tee test-output.log
Related skills

More from alirezarezvani/claude-skills

Installs
1.2K
GitHub Stars
14.6K
First Seen
Mar 5, 2026