@h4shed/skill-playwright-test-automation
v1.0.18
Published
End-to-end testing automation framework for web applications with cross-browser support
Maintainers
Readme
🎭 Playwright Test Automation Skill
Status: 📋 Scaffolding (v1.0.0)
End-to-end testing automation framework for web applications.
Overview
This skill provides tools for:
- ✅ Cross-browser E2E testing
- ✅ Visual regression detection
- ✅ Performance testing
- ✅ Accessibility testing
- ✅ Test report generation
Installation
npm install @h4shed/skill-playwright-test-automationDevelopment
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
# Tests
npm run testUsage
[Integration documentation coming soon]
Security Considerations
- Never expose test credentials in logs
- Sanitize URLs in test reports
- Rate limit test execution
- Secure test data storage
License
Apache 2.0
