e2e-testing

Generate Playwright Test end-to-end tests for web application user flows.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/kvnwolf/devtools --skill e2e-testing-kvnwolf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/kvnwolf/devtools/tree/main/plugins/web/skills/e2e-testing
Command: npx skills add https://github.com/kvnwolf/devtools --skill e2e-testing-kvnwolf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of end-to-end tests for web applications, ensuring that user flows function correctly across the entire application.

Core Features & Use Cases

  • Full User Flow Verification: Write tests that simulate real user interactions from start to finish.
  • Authentication Handling: Supports both authenticated and unauthenticated test scenarios.
  • Use Case: When a new checkout process is implemented, use this skill to write tests that verify a user can add items to the cart, proceed to checkout, enter payment details, and complete a purchase successfully.

Quick Start

Use the e2e-testing skill to write a new end-to-end test for the user login flow.

Frequently Asked Questions about e2e-testing

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

FAQPage Schema
How do I write end-to-end tests for full user flows in a web application?

End-to-end tests for web applications are generated using Playwright Test to simulate real user interactions from start to finish. This covers multi-step user journeys, authentication, and full CRUD operations to verify the entire flow functions correctly.

What is Playwright e2e testing used for?

Playwright e2e testing is used to automate the creation of tests that verify comprehensive user flows within a web application. It ensures that multi-step user journeys, such as checkout processes or logins, function reliably across the entire application.

Can I test authenticated user scenarios with Playwright end-to-end tests?

Yes, authenticated user scenarios are fully supported alongside unauthenticated tests. The generated Playwright tests handle authentication to verify complex user flows that require login credentials or session management within the web application.

Do I need specific file naming conventions for Playwright e2e tests?

Yes, generating reliable Playwright e2e tests requires adherence to specific file naming conventions. The tests also utilize provided test utilities to ensure reliable execution during comprehensive user flow verification within your web application.

What's the best way to automate e2e tests for web applications?

Automating e2e tests is best handled by generating Playwright Test scripts that simulate full user interactions. This approach verifies multi-step user journeys, authentication, and CRUD operations comprehensively across the web application.