E2E TESTING SKILL

Execute Playwright end-to-end tests and generate QA audit reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill e2e-testing-skill-kuschikuschbert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: E2E TESTING SKILL
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/e2e
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill e2e-testing-skill-kuschikuschbert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of writing, running, and debugging Playwright end-to-end tests, ensuring application stability and catching regressions early.

Core Features & Use Cases

  • Comprehensive Test Suite: Execute full E2E tests, quick smoke tests, or targeted crawls for console errors.
  • Workflow Automation: Add new workflow helpers and debug failing tests efficiently.
  • Use Case: When developing new features, run the test:e2e command to ensure all critical user flows remain intact and no console errors are introduced.

Quick Start

Run the full E2E test suite using the command npm run test:e2e.

Frequently Asked Questions about E2E TESTING SKILL

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

FAQPage Schema
How do I run Playwright E2E tests for my application workflows?

Run Playwright E2E tests by executing the `npm run test:e2e` command to validate critical user flows and catch regressions early. This framework organizes tests using fixtures and helpers to ensure application stability.

Can I use this framework to run quick smoke tests instead of full E2E tests?

Yes, you can run quick smoke tests alongside full E2E tests and targeted crawls for console errors. This allows you to validate critical application paths rapidly during feature development without executing the entire test suite.

What's the best way to debug failing Playwright E2E tests?

Debug failing Playwright E2E tests using the framework's built-in debugging capabilities and workflow helpers. It structures test organization efficiently and generates detailed reports like QA_AUDIT_REPORT.md to isolate failures.

How does this framework handle authentication and test data cleanup during E2E testing?

The E2E testing framework manages authentication and test data cleanup automatically to ensure reliable execution. This prevents test pollution and state leakage, providing consistent results across full crawls and smoke tests.

Does this Playwright E2E testing skill support crawl testing for console errors?

Yes, the Playwright E2E testing skill supports targeted crawl testing to detect console errors across your application. It generates a CRAWL_REPORT.md detailing the findings for efficient debugging.