playwright-e2e

Automate Playwright end-to-end tests for navigation, forms, authentication, and accessibility.

2|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Shirataki2/discalendar-next-v2 --skill playwright-e2e-shirataki2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-e2e
Source: https://github.com/Shirataki2/discalendar-next-v2/tree/main/.agents/skills/playwright-e2e
Command: npx skills add https://github.com/Shirataki2/discalendar-next-v2 --skill playwright-e2e-shirataki2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing can be tedious and error-prone when done ad hoc; this Skill provides a unified Playwright-based workflow to create, organize, and execute E2E tests for a Discalendar-like project, covering navigation, form interactions, authentication flows, and accessibility checks.

Core Features & Use Cases

  • Unified Playwright-based E2E workflow with task-oriented test templates
  • Phase-guided testing: file creation, pattern definitions, UI interactions, and OAuth flows
  • Accessibility validation and robust error handling during test execution

Quick Start

Run the end-to-end test suite with npm run test:e2e against your local dev server to validate core flows.

Frequently Asked Questions about playwright-e2e

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

FAQPage Schema
How do I automate E2E testing for authentication flows and form interactions?

You can automate E2E testing for authentication and form interactions using Playwright to validate navigation, OAuth-like sequences, and UI inputs through structured test file templates and robust selector patterns.

Can I include accessibility checks in my Playwright E2E test automation?

Yes, you can include accessibility validation in your Playwright E2E test automation to verify compliance during page transitions and user interactions, ensuring reliable and repeatable accessibility checks across features.

What is the best way to structure phase-driven E2E testing workflows?

The best way to structure phase-driven E2E testing workflows is applying a phase-guided approach covering file creation, pattern definitions, UI interactions, and OAuth flows to produce reliable, repeatable test results.

Does Playwright E2E testing work without external dependencies?

Playwright E2E testing operates without external dependencies, allowing you to execute test suites directly against a local dev server to validate core flows like navigation and authentication using built-in templates.

How do I run E2E tests for browser-based applications locally?

Run E2E tests for browser-based applications locally by executing the test suite against your local dev server to validate core flows using Playwright's phase-driven approach with robust error handling during execution.