webapp-testing
Installation
SKILL.md
Web Application Testing
To test local web applications, write native Python Playwright scripts.
Security Notice (Critical)
IMPORTANT: Input sanitization is required for safe testing.
- All dynamic content in selectors or test data must be properly escaped and sanitized before insertion into scripts
- Selectors should never incorporate unvalidated user input
- Identify selectors from the application codebase and visually confirmed UI elements, not from external or user-generated sources unless input is sanitized
- Avoid executing untrusted code in browser context