e2e-test

Create Playwright end-to-end tests for web app user flows.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/toshi-hm/dialy --skill e2e-test-toshi-hm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/toshi-hm/dialy/tree/main/.claude/skills/e2e-test
Command: npx skills add https://github.com/toshi-hm/dialy --skill e2e-test-toshi-hm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates Playwright end-to-end tests to simulate real user flows and verify app integration and behavior across pages.

Core Features & Use Cases

  • E2E test automation: Build tests that cover login, navigation, content creation, and error handling.
  • Cross-browser coverage: Run tests on Chromium, Firefox, and WebKit with multi-project configurations.
  • Test ecosystem integration: Use Playwright Test structure, authentication setup, API mocking, and responsive checks.

Quick Start

Run the Playwright test suite to validate end-to-end user flows in your application.

Frequently Asked Questions about e2e-test

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

FAQPage Schema
Can I run Playwright tests across Chromium, Firefox, and WebKit?

You can configure Playwright with multi-project configurations to run end-to-end tests across Chromium, Firefox, and WebKit. This cross-browser coverage ensures your web application functions consistently for all users.

Does Playwright test automation support accessibility and responsive checks?

Playwright test automation supports authentication setup and API stubbing to isolate tests. You can mock API responses and manage authentication states to validate specific user flows and error conditions reliably.

How do I write Playwright end-to-end tests for web application user flows?

Yes, Playwright test automation includes responsive checks and accessibility considerations within the test suite. This allows you to verify application behavior and UI adaptation across different viewport sizes during testing.

How do I handle authentication and API mocking in Playwright test automation?

Integrating Playwright end-to-end tests into a CI/CD pipeline involves running the test suite to validate user flows automatically. This verifies app integration and behavior across pages during continuous delivery.