A comprehensive skill for browser automation and visual testing using Playwright MCP server integration. This skill enables rapid UI testing, visual regression detection, automated browser interactions, and cross-browser validation for modern web applications.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionplaywright-visual-testingExecute the skills CLI command in your project's root directory to begin installation:
Fetches playwright-visual-testing from manutej/luxor-claude-marketplace and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate playwright-visual-testing. Access via /playwright-visual-testing in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
1
total installs
1
this week
49
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
49
stars
A comprehensive skill for browser automation and visual testing using Playwright MCP server integration. This skill enables rapid UI testing, visual regression detection, automated browser interactions, and cross-browser validation for modern web applications.
Use this skill when:
Playwright provides reliable end-to-end testing for modern web apps:
Navigate to a URL in the current page.
Parameters:
url: The URL to navigate to (required)
Example:
url: "https://example.com"
Best Practices:
Navigate back to the previous page in history.
Parameters: None
Example:
// Navigate back after clicking a link
Use Cases:
Close the current browser page.
Parameters: None
When to Use:
Resize the browser viewport.
Parameters:
width: Width in pixels (required)
height: Height in pixels (required)
Common Viewports:
// Mobile
width: 375, height: 667 // iPhone SE
width: 414, height: 896 // iPhone XR
// Tablet
width: 768, height: 1024 // iPad
// Desktop
width: 1280, height: 720 // HD
width: 1920, height: 1080 // Full HD
Example:
width: 375
height: 667
Capture accessibility snapshot of the current page.
Parameters: None
Returns:
Why Use Snapshots:
Example Snapshot Structure:
heading "Welcome" [ref=123]
text "to our site"
button "Sign In" [ref=456]
textbox "Email" [ref=789]
value: ""
Take a screenshot of the current page or element.
Parameters:
filename: Output filename (optional, defaults to page-{timestamp}.png)
type: Image format - "png" or "jpeg" (default: png)
fullPage: Capture full scrollable page (default: false)
element: Human-readable element description (optional)
ref: Element reference from snapshot (optional, requires element)
Screenshot Types:
filename: "homepage-viewport.png"
filename: "homepage-full.png"
fullPage: true
filename: "header.png"
element: "main header navigation"
ref: "123"
Best Practices:
Perform click on an element.
Parameters:
element: Human-readable element description (required)
ref: Element reference from snapshot (required)
button: "left", "right", or "middle" (default: left)
doubleClick: true for double-click (default: false)
modifiers: Array of modifier keys ["Alt", "Control", "ControlOrMeta", "Meta", "Shift"]
Examples:
element: "Submit button"
ref: "456"
element: "Context menu trigger"
ref: "789"
button: "right"
element: "Link to open in new tab"
ref: "123"
modifiers: ["ControlOrMeta"]
element: "Word to select"
ref: "321"
doubleClick: true
Type text into an editable element.
Parameters:
element: Human-readable element description (required)
ref: Element reference from snapshot (required)
text: Text to type (required)
slowly: Type one character at a time (default: false)
submit: Press Enter after typing (default: false)
Examples:
element: "Email textbox"
ref: "123"
text: "[email protected]"
element: "Search field"
ref: "456"
text: "playwright testing"
submit: true
element: "Auto-complete input"
ref: "789"
text: "New York"
slowly: true
Press a keyboard key.
Parameters:
key: Key name or character (required)
Common Keys:
ArrowLeft, ArrowRight, ArrowUp, ArrowDown
Enter, Escape, Tab, Backspace, Delete
Home, End, PageUp, PageDown
F1-F12
Control, Alt, Shift, Meta
Examples:
// Navigation
key: "ArrowDown"
// Submit form
key: "Enter"
// Close dialog
key: "Escape"
// Tab through fields
key: "Tab"
Fill multiple form fields at once.
Parameters:
fields: Array of field objects (required)
- name: Human-readable field name
- type: "textbox", "checkbox", "radio", "combobox", "slider"
- ref: Element reference from snapshot
- value: Value to set (string, "true"/"false" for checkboxes)
Example:
fields: [
{
name: "Username",
type: "textbox",
ref: "123",
value: "john_doe"
},
{
name: "Password",
type: "textbox",
ref: "456",
value: "secretpass123"
},
{
name: "Remember me",
type: "checkbox",
ref: "789",
value: "true"
}
]
Select option from dropdown.
Parameters:
element: Human-readable element description (required)
ref: Element reference from snapshot (required)
values: Array of values to select (required)
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
manutej/luxor-claude-marketplace
github/awesome-copilot
aj-geddes/useful-ai-prompts
microsoft/playwright-cli
github/awesome-copilot
refoundai/lenny-skills
Registry listing for playwright-visual-testing matched our evaluation — installs cleanly and behaves as described in the markdown.
playwright-visual-testing has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend playwright-visual-testing for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: playwright-visual-testing is the kind of skill you can hand to a new teammate without a long onboarding doc.
playwright-visual-testing has been reliable in day-to-day use. Documentation quality is above average for community skills.
playwright-visual-testing reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in playwright-visual-testing — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for playwright-visual-testing matched our evaluation — installs cleanly and behaves as described in the markdown.
playwright-visual-testing reduced setup friction for our internal harness; good balance of opinion and flexibility.
playwright-visual-testing has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 57