e2e-test-automation
Installation
SKILL.md
E2E Test Automation
Overview
Automate end-to-end testing for web applications by launching Chrome/Chromium browser, executing predefined test cases, capturing evidence (screenshots/videos), and generating detailed test reports. This skill integrates with Cursor's built-in browser capabilities and MCP browser servers to provide seamless automated testing.
Core Capabilities
1. Test Case Management
- Parse test case specifications from markdown files
- Support structured test case format with operation steps, expected results, and common issues
- Organize test cases by priority (P0, P1, P2) and category (functional, performance, usability)
2. Automated Browser Testing
- Launch Chrome/Chromium browser automatically using MCP browser servers
- Execute test cases sequentially with clear logging
- Support login/authentication flows
- Handle dynamic content loading and async operations
- Capture screenshots for each critical step