e2e-test

Automate end-to-end Playwright tests from product spec user flows.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill e2e-test-fiatkongen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/e2e-test
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill e2e-test-fiatkongen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to validate user flows and QA readiness by automatically running end-to-end Playwright tests against product specs, ensuring end-to-end coverage and demo artifacts.

Core Features & Use Cases

  • Automated E2E Testing: Run Playwright tests against user flows defined in product specs.
  • Lifecycle & Demos: Generate demo artifacts (videos, reports) for stakeholders.
  • Use Case: Validate a new user journey from spec to test results before release.

Quick Start

Use this skill to execute the end-to-end test suite for a ready product spec.

Frequently Asked Questions about e2e-test

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

FAQPage Schema
How do I automate E2E tests for user flows defined in a product spec?

You can automate E2E tests by loading spec-derived user flows into actionable Playwright tests. This skill orchestrates project discovery, backend frontend startup, test generation, execution, and reporting.

Can I generate demo artifacts from Playwright test execution for stakeholders?

Yes, Playwright test execution generates demo artifacts like videos and reports. These artifacts are automatically produced during the end-to-end validation of your product spec user flows.

What is the best way to validate QA readiness for a new user journey before release?

The best way to validate QA readiness is running automated end-to-end tests against product specs. This ensures complete coverage of testable steps and produces demo artifacts for stakeholder review.

Does automated E2E testing handle project discovery and port allocation automatically?

Yes, automated E2E testing handles project discovery and port allocation automatically. It orchestrates these setup steps before initiating backend and frontend startup for Playwright test generation.

Do I need a product spec with user flows to run automated E2E tests?

Yes, you need a product spec containing user flows and testable steps. The E2E testing process loads these spec-derived flows to generate and execute actionable Playwright tests.