playwright-skill

Automate browser testing and interactions with Playwright.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill playwright-skill-luissambrano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-skill
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/4-automation/testing/playwright-skill
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill playwright-skill-luissambrano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates browser interactions, allowing for efficient testing of websites, form submissions, and complex user flows without manual intervention.

Core Features & Use Cases

  • End-to-End Testing: Validate website functionality, user flows, and UI consistency across different viewports.
  • Automated Form Filling: Fill and submit forms programmatically.
  • Data Scraping & Validation: Extract data from web pages and verify content.
  • Use Case: Automatically test a new e-commerce checkout flow, ensuring all steps from adding to cart to final confirmation work correctly, and capture screenshots at each stage.

Quick Start

Use the playwright-skill to test the login flow on http://localhost:3001.

Frequently Asked Questions about playwright-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser interactions for e2e testing?

Automate browser interactions for e2e testing by using Playwright to write scripts that validate page interactions, form submissions, and responsive design across different viewports. The skill auto-detects local development servers and writes temporary scripts for execution.

Can I use Playwright to automate form submission and capture screenshots?

Yes, you can use Playwright to automate form submission and capture screenshots. The skill handles programmatic form filling and can take screenshots at each stage of complex user flows like an e-commerce checkout.

Does this browser automation skill work with local development servers?

Yes, this browser automation skill works with local development servers by auto-detecting them. You can directly instruct it to test flows like logging in to a local server running at a specific port.

What is the best way to validate responsive design across viewports?

The best way to validate responsive design across viewports is using Playwright automation scripts. This approach programmatically tests UI consistency by rendering pages at different viewport sizes within automated browser sessions.

How do I test login flows without manual intervention?

Test login flows without manual intervention by deploying Playwright scripts to programmatically handle page interactions and form submissions. The skill generates temporary scripts to execute the authentication sequence automatically.

Do I need to install Playwright to use this browser automation skill?

Yes, you need to install Playwright to use this browser automation skill. Playwright is the required dependency that enables the comprehensive browser automation, e2e testing, and scripting capabilities.