specialist-e2e-runner

Automate Playwright end-to-end test orchestration with artifact collection and reporting.

42|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/VenTheZone/pi-dots --skill specialist-e2e-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specialist-e2e-runner
Source: https://github.com/VenTheZone/pi-dots/tree/main/pi-dotfiles-specialist-skills/skills/specialist-e2e-runner
Command: npx skills add https://github.com/VenTheZone/pi-dots --skill specialist-e2e-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures critical user journeys work reliably by providing a dedicated end-to-end testing role that creates, maintains, and executes comprehensive Playwright-based tests with artifact management and flaky test handling.

Core Features & Use Cases

  • Playwright-based E2E testing framework to validate end-to-end flows across web applications.
  • Test planning, maintenance, flaky-test management, artifact capture (screenshots, videos, traces), and CI/CD integration.
  • Use case: Guarantee critical journeys remain functional across releases with automated reporting and flaky-test quarantining.

Quick Start

Run the Playwright-based E2E test suite against your application to verify critical journeys and capture artifacts.

Frequently Asked Questions about specialist-e2e-runner

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

FAQPage Schema
How do I automate Playwright E2E test orchestration for critical user journeys?

Playwright E2E test orchestration is automated by planning, executing, and maintaining critical web application journeys, while capturing artifacts like screenshots, videos, and traces to validate releases reliably.

What is the best way to manage flaky tests in a Playwright CI/CD pipeline?

Managing flaky tests in a Playwright CI/CD pipeline involves identifying unstable end-to-end tests and quarantining them, ensuring that critical user journeys remain functional across releases without blocking automated workflows.

How do I generate HTML and JUnit test reports from Playwright workflows?

Generating HTML and JUnit-style test reports from Playwright workflows requires executing the end-to-end test suite against your application, which automatically captures test outcomes and produces structured reporting for CI/CD integration.

Can I capture screenshots and traces during E2E test execution for artifact management?

Capturing screenshots and traces during E2E test execution is supported natively, allowing you to collect comprehensive artifacts that help debug critical user journey failures and maintain robust test automation pipelines.

Does the E2E test runner support page object models for web application testing?

The E2E test runner supports page object models for web application testing, enabling structured test planning and maintenance for complex end-to-end flows across critical journeys within your Playwright-based workflows.

When should I quarantine flaky tests in end-to-end test automation?

You should quarantine flaky tests in end-to-end test automation when unstable critical journeys threaten to block your CI/CD pipelines, allowing the E2E runner to isolate them while maintaining overall test suite reliability.