Installation
Prerequisites
- Node.js >= 14.0.0
- Playwright skill (for executing tests)
Setup
Option A: Install from Marketplace (Recommended)Create Your First Skill
Option 1: With Documentation (Recommended)
Create a simple documentation fileapp-info.md:
Option 2: Just URL
Option 3: With Guidance
What Happens Next
PullUp will:- Read your documentation (if provided)
- Explore your application (10-30 seconds)
- Discover pages, forms, and flows
- Generate a custom skill at
~/.claude/skills/myapp-testing/
Provide credentials in your documentation to enable exploration of authenticated areas.
Using Your Generated Skill
Once created, use it naturally with Claude:- Application URL
- Page structure
- Form fields
- Expected workflows
- Test credentials
Update When Needed
As your application changes:Command Options
All available options:Troubleshooting
Unknown option: ---docs
Unknown option: ---docs
Use two dashes:
--docs not ---docsApplication URL is required
Application URL is required
Add
--url http://localhost:3000 or include URL in your documentationPlaywright not found
Playwright not found
Run setup:
cd skills/pullup-skill && npm run setupToo few pages discovered
Too few pages discovered
- Provide credentials in documentation
- Increase
--max-depthand--max-pages - Add important pages to documentation
- Use
--verboseto debug