playwright-e2e

Automate Playwright end-to-end tests with trace, screenshot, and video evidence.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill playwright-e2e-wesleysimplicio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-e2e
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/playwright-e2e
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill playwright-e2e-wesleysimplicio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end UI validation requires reliable, repeatable tests with clear evidence. This skill standardizes Playwright-based E2E testing to ensure trace, screenshot, and video artifacts are captured for every test run, enabling fast regression feedback and higher confidence PRs.

Core Features & Use Cases

  • End-to-end coverage: scaffold and maintain tests that verify critical user flows across web interfaces.
  • Evidence-driven testing: automatically generate trace, screenshot, and video artifacts to support debugging and QA sign-off.
  • CI-ready enforcement: integrates with CI to preserve evidence per PR and enforce deterministic assertions without arbitrary delays.

Quick Start

Run the Playwright end-to-end tests with npx playwright test tests/e2e and review the generated reports in the playwright-report directory.

Frequently Asked Questions about playwright-e2e

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

FAQPage Schema
How do I capture trace, screenshot, and video evidence in Playwright e2e tests?

Playwright e2e tests capture trace, screenshot, and video evidence by configuring CI integration to save artifacts per PR. This standardizes UI validation and provides debugging support for deterministic assertions without arbitrary delays.

What is the best way to automate regression coverage for critical UI flows?

Automating regression coverage for critical UI flows requires reliable Playwright end-to-end testing. This approach standardizes test scaffolding to verify web interfaces and generates evidence reports for fast feedback during feature development and bug fixes.

Do I need CI integration to run Playwright end-to-end tests with evidence?

Yes, CI integration is required for Playwright e2e tests with evidence. It enforces deterministic UI behavior and preserves trace, screenshot, and video artifacts for each PR, ensuring reliable regression feedback and higher confidence approvals.

How do I run Playwright end-to-end tests and review the generated reports?

Run Playwright end-to-end tests using the command npx playwright test tests/e2e. After execution, review the generated trace, screenshot, and video evidence reports in the playwright-report directory to support debugging and QA sign-off.

When do I need to use trace and video artifacts in e2e testing?

Trace and video artifacts are needed in e2e testing when debugging complex UI changes or verifying bug fixes. They provide clear visual evidence of test execution, enabling fast regression feedback and supporting QA sign-off for critical user flows.