playwright-e2e

Automate browser actions and end-to-end tests for web applications using Playwright.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/abhisheksharm-3/polaris --skill playwright-e2e-abhisheksharm-3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-e2e
Source: https://github.com/abhisheksharm-3/polaris/tree/main/skills/playwright-e2e
Command: npx skills add https://github.com/abhisheksharm-3/polaris --skill playwright-e2e-abhisheksharm-3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, and includes scripts (resource) components.

What problem does it solve?

This Skill automates browser actions and end-to-end tests using Playwright, allowing users to test UI flows, automate browser actions, check responsive layouts, validate form submissions, and verify link integrity without manual intervention.

Core Features & Use Cases

  • Browser Automation: Execute custom Playwright code for any automation task.
  • E2E Testing: Automate end-to-end tests for web applications.
  • Responsive Layout Testing: Validate UI across different screen sizes.
  • Form Validation: Check form submissions for accuracy.
  • Link Integrity Testing: Verify that all links on a page are functional.
  • Use Case: For instance, you can automate the process of checking if a shopping cart on an e-commerce site adds items correctly and processes payments without any issues.

Quick Start

Use the playwright-e2e skill to run tests on your web application by executing the script 'test.js' located in the 'e2e' directory of your project.

Frequently Asked Questions about playwright-e2e

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

FAQPage Schema
How do I automate end-to-end testing for web applications?

Automate end-to-end testing for web applications by executing the 'test.js' script in your project's 'e2e' directory. This Skill uses Playwright to handle UI flow testing, form validation, and link integrity checks without manual intervention.

Can I test responsive layouts across different screen sizes with Playwright?

Yes, you can test responsive layouts across different screen sizes with Playwright. The automation validates UI rendering and behavior across various viewport dimensions to ensure consistent user experiences on different devices.

Do I need Playwright installed in my project to run browser automation tests?

Yes, you need Playwright installed in your project to run browser automation tests. The Skill requires the '@playwright/test' package to execute custom automation code and validate UI flows in your web application.

What's the best way to validate form submissions and check link integrity?

The best way to validate form submissions and check link integrity is using Playwright browser automation. This Skill verifies that all links on a page are functional and checks form submissions for accuracy without manual intervention.

Can I automate shopping cart and payment flows for e-commerce sites?

Yes, you can automate shopping cart and payment flows for e-commerce sites. The Skill executes custom Playwright code to check if a shopping cart adds items correctly and processes payments without any issues.