page-test
Installation
SKILL.md
E2E Page Testing Skill
Overview
This skill systematically tests every page in an application using Playwright MCP. It verifies page loading, element rendering, interaction functionality, and error detection.
Standard Test Plan Location
Plan file: tests/e2e-test-plan.md
This skill reads the page inventory from the test plan at tests/e2e-test-plan.md. If the plan file doesn't exist, the calling command should invoke the test-plan skill first to generate it.