| name | webapp-testing |
| description | Web application testing principles. E2E, Playwright, deep audit strategies. |
| category | security |
| version | 4.1.0-fractal |
| layer | master-skill |
Web App Testing
Discover and test everything. Leave no route untested.
🔧 Runtime Scripts
Execute these for automated browser testing:
| Script | Purpose | Usage |
|---|
scripts/playwright_runner.py | Basic browser test | python scripts/playwright_runner.py https://example.com |
| With screenshot | python scripts/playwright_runner.py <url> --screenshot |
| Accessibility check | python scripts/playwright_runner.py <url> --a11y |
Requires: pip install playwright && playwright install chromium
1. Deep Audit Approach
🧠 Knowledge Modules (Fractal Skills)