Automated E2E Testing Pro
Automate your end-to-end tests cleanly.
Guidelines
- Always test user flows
- Mock third-party APIs
- Use semantic locators
Production testing workflows for automated end-to-end test generation with Playwright and Vitest.
Andromity loads skills from folders you trust. Install with andromity skill install automated-e2e-testing-pro — autonomy and approval limits stay configurable per session.
# Install the "Automated E2E Testing Pro" skill You are installing an AgenticMarket skill into this workspace. Follow these steps exactly. ## 1. Detect your environment and choose the destination file - Andromity: `.andromity/skills/automated-e2e-testing-pro/SKILL.md` (or user scope `~/.andromity/skills/automated-e2e-testing-pro/SKILL.md`) - Antigravity / Gemini CLI: `.agent/skills/automated-e2e-testing-pro/SKILL.md` - Cursor: `.cursor/rules/automated-e2e-testing-pro.mdc` - Claude Code: append to `CLAUDE.md` (or `.claude/skills/automated-e2e-testing-pro.md`) - Windsurf: append to `.windsurfrules` - Cline / Roo Code: `.clinerules/automated-e2e-testing-pro.md` - GitHub Copilot: append to `.github/copilot-instructions.md` - ChatGPT / web only: paste the content into Custom Instructions - Any other agent: save to `.agent/skills/automated-e2e-testing-pro/SKILL.md` ## 2. Create the destination file - Preserve every existing file and configuration entry. - Create parent folders as needed. - Never overwrite unrelated content. ## 3. Write exactly this content ```markdown --- name: automated-e2e-testing-pro description: "Production testing workflows for automated end-to-end test generation with Playwright and Vitest." author: andromity-team license: mit version: 1.0.0 --- # Automated E2E Testing Pro Automate your end-to-end tests cleanly. ## Guidelines - Always test user flows - Mock third-party APIs - Use semantic locators ``` ## 4. Verify - Confirm the file exists and is readable. - Report the destination path and confirm the "Automated E2E Testing Pro" skill is installed and active. Skill metadata: - Slug: automated-e2e-testing-pro - Category: testing - License: mit - Source: AgenticMarket
Automate your end-to-end tests cleanly.
End-to-end browser automation, Page Object Model (POM), trace recording, and cross-browser visual regression testing.
Write blazingly fast unit and integration tests with Vitest, ESM support, mock timers, and coverage reporting.
Interactive component testing, real-browser debugging, network stubbing, and custom Cypress commands.