Andromity loads skills from folders you trust. Install with andromity skill install playwright-e2e — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Playwright E2E & Visual Testing" 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/playwright-e2e/SKILL.md` (or user scope `~/.andromity/skills/playwright-e2e/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/playwright-e2e/SKILL.md`
- Cursor: `.cursor/rules/playwright-e2e.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/playwright-e2e.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/playwright-e2e.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/playwright-e2e/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: playwright-e2e
description: "End-to-end browser automation, Page Object Model (POM), trace recording, and cross-browser visual regression testing."
author: microsoft
license: mit
version: 1.0.0
---
# Playwright E2E Testing
Writing rock-solid browser tests:
1. Locate elements by user-facing accessibility roles and labels (`page.getByRole`, `page.getByLabel`).
2. Avoid arbitrary `waitForTimeout` sleeps; use web-first assertions (`await expect(locator).toBeVisible()`).
3. Structure complex tests using the Page Object Model (POM).
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Playwright E2E & Visual Testing" skill is installed and active.
Skill metadata:
- Slug: playwright-e2e
- Category: testing
- License: mit
- Source: AgenticMarket