open-metadata / writing-playwright-tests
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/writing-playwright-tests && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1000" && unzip -o skill.zip -d .claude/skills/writing-playwright-tests && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/writing-playwright-tests/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Use when writing new Playwright E2E tests or adding test cases. Provides testing philosophy, patterns, and best practices from the Playwright Developer Handbook.
0 views
0 installs
Skill Content
--- name: writing-playwright-tests description: Use when writing new Playwright E2E tests or adding test cases. Provides testing philosophy, patterns, and best practices from the Playwright Developer Handbook. --- # Writing Playwright Tests Skill This skill guides you through writing Playwright E2E tests following OpenMetadata standards. **Reference**: @openmetadata-ui/src/main/resources/ui/playwright/PLAYWRIGHT_DEVELOPER_HANDBOOK.md