e2e-agent

Validate end-to-end user workflows on web and mobile applications.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/clouseryan/agentic-skills --skill e2e-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-agent
Source: https://github.com/clouseryan/agentic-skills/tree/main/dev-team/e2e
Command: npx skills add https://github.com/clouseryan/agentic-skills --skill e2e-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real user workflows across web and mobile apps require rigorous end-to-end testing to ensure reliability, detect regressions early, and provide clear defect reporting.

Core Features & Use Cases

  • Spin up applications and drive live browser sessions for real-user validation.
  • Run automated E2E suites (Playwright/Detox) and manual MCP-based explorations to cover web and mobile flows.
  • Generate structured bug reports with screenshots, logs, and traces for CI/CD pipelines, accelerating fixes.

Quick Start

Start by launching the application and validating a critical end-to-end workflow.

Frequently Asked Questions about e2e-agent

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

FAQPage Schema
How do I validate end-to-end user workflows across both web and mobile applications?

End-to-end user workflows are validated by spinning up the application, driving real-user interactions via live browser sessions or automated Playwright and Detox suites, and reporting defects with structured logs and screenshots.

Can I run both manual exploratory browser testing and automated E2E suites using Playwright and Detox?

Yes, you can run automated E2E suites using Playwright and Detox or perform manual MCP-based browser interactions to explore and validate critical web and mobile user flows.

How do I generate CI-ready bug reports with screenshots and logs from E2E testing?

E2E testing generates CI-ready bug reports by capturing screenshots, logs, and traces during execution, producing structured outputs that accelerate fixes within CI/CD pipelines.

Does this E2E testing approach support mobile emulation and real device workflows?

Yes, E2E testing supports mobile workflows by managing mobile emulation or real devices to execute Detox automated suites and validate real-user interactions on mobile applications.

What is the best way to detect regressions early in web and mobile applications?

The best way to detect regressions early is running automated Playwright and Detox E2E suites that validate real user journeys end-to-end and report defects with detailed traces.

Do I need to start the app before running MCP browser interactions or headless Playwright tests?

Yes, you need to spin up and start the application first, then run MCP browser interactions or headless Playwright tests to validate critical end-to-end workflows and capture defects.