Agent Skills: webapp-testing

Runs or writes Playwright tests for the 'careercopilot' webapp. Use when

UncategorizedID: okgoogle13/careercopilot/webapp-testing

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/webapp-testing

Skill Files

Browse the full folder contents for webapp-testing.

Download Skill

Loading file tree…

.claude/skills/webapp-testing/SKILL.md

Skill Metadata

Name
webapp-testing
Description
Runs or writes Playwright tests for the 'careercopilot' webapp. Use when

Purpose

Runs or writes Playwright E2E tests for the CareerCopilot webapp, ensuring frontend stability and functionality.

When to Use

  • When asked to "run playwright" or "run e2e tests".
  • When writing a new E2E test for a feature or user flow.
  • When debugging frontend regressions via automated testing.

Process

  1. User Intent: Ask whether to "run" existing tests or "write" a new one.
  2. If "Run":
    • Confirm command (default: yarn playwright test).
    • Execute and report output.
  3. If "Write":
    • Define test scope and file name.
    • Use stable data-testid selectors from references/careercopilot-selectors.md.
    • Implement test in e2e/.