web-tests

Installation
SKILL.md

IMPORTANT - Path Resolution: This skill is installed globally but saves outputs to the user's working directory. Always pass CWD environment variable when executing commands to ensure outputs go to the correct location.

Common installation paths:

  • Plugin system: ~/.claude/plugins/marketplaces/claude-craftkit/plugins/ui-tests/skills/web-tests
  • Manual global: ~/.claude/skills/web-tests
  • Project-specific: <project>/.claude/skills/web-tests

Web Testing & Browser Automation

General-purpose browser automation skill. I'll write custom Playwright code for any automation task you request and execute it via the universal executor.

CRITICAL WORKFLOW - Follow these steps in order:

  1. Auto-detect dev servers - For localhost testing, ALWAYS run server detection FIRST:

    cd $SKILL_DIR && node -e "require('./lib/helpers').detectDevServers().then(servers => console.log(JSON.stringify(servers)))"
    
Related skills

More from marcioaltoe/claude-craftkit

Installs
3
GitHub Stars
12
First Seen
Feb 13, 2026