e2e-test-loop

Plan and track end-to-end UI tests with a two-phase Dex workflow.

2|3|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/SomtoUgeh/somto-dev-toolkit --skill e2e-test-loop-somtougeh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: e2e-test-loop
Source: https://github.com/SomtoUgeh/somto-dev-toolkit/tree/main/skills/e2e-test-loop
Command: npx skills add https://github.com/SomtoUgeh/somto-dev-toolkit --skill e2e-test-loop-somtougeh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identify and organize end-to-end UI testing efforts by aligning critical user flows with a structured, Dex-tracked workflow, enabling consistent test creation, tracking, and execution across multiple sessions.

Core Features & Use Cases

  • Two-phase E2E workflow: Phase 1 Flow Analysis to map critical paths, Phase 2 Dex Handoff to generate epics and tasks.
  • Dex-based task management: create and manage epic and task hierarchies for each test flow.
  • Playwright patterns and page-object guidance: locator strategies, test object design, and reusable components.
  • Standardized conventions: file naming, test structure, and quality standards for maintainable tests.
  • Cross-session collaboration: supports multiple contributors with clear ownership and progress tracking.

Quick Start

To begin, run /e2e "Analyze critical user flows" to start the flow analysis.

Frequently Asked Questions about e2e-test-loop

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

FAQPage Schema
How do I structure Playwright E2E tests for maintainability?▼

Structure Playwright E2E tests by enforcing page object patterns, reusable test components, and standardized file naming conventions to ensure scalable and maintainable test suites across multiple sessions.

What is a two-phase E2E testing workflow?▼

A two-phase E2E testing workflow maps critical user flows during Phase 1 Flow Analysis, then generates structured test epics and tasks during Phase 2 Dex Handoff for consistent cross-session tracking.

How do I track E2E test progress across multiple sessions?▼

Track E2E test progress across multiple sessions using a Dex-based task management workflow that creates epic and task hierarchies for each test flow, enabling clear contributor ownership and progress tracking.

Can I use page objects with Playwright for UI test automation?▼

Yes, you can use page objects with Playwright to design reusable test components and implement robust locator strategies, ensuring scalable end-to-end UI test automation across critical user paths.

What's the best way to plan E2E test coverage for critical paths?▼

Plan E2E test coverage by running a flow analysis phase to map critical user journeys, then handing off the mapped flows to generate structured test epics and actionable tracking tasks.