E2E Test Runner

Execute end-to-end tests to validate complete user workflows across the application stack.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill e2e-test-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: E2E Test Runner
Source: https://github.com/farmountain/sdlc_agent_swarm/tree/main/vscode-sdlc-swarm/templates/.agents/skills/e2e-test-runner
Command: npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill e2e-test-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that complete user workflows function correctly from start to finish, validating the entire application from a user's perspective and catching critical end-to-end failures before they impact users.

Core Features & Use Cases

  • User Journey Simulation: Replicates real user interactions across the full application stack.
  • Cross-System Validation: Verifies functionality across all application layers, from UI to backend.
  • Use Case: Before a major release, use this Skill to simulate a new user signing up, completing a purchase, and receiving a confirmation email, ensuring all integrated systems work seamlessly.

Quick Start

Execute end-to-end tests for the critical user journeys defined in the project.

Frequently Asked Questions about E2E Test Runner

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

FAQPage Schema
How do I validate complete user workflows before a major release?

Cross-system validation verifies functionality across all application layers, from UI to backend, ensuring that integrated systems like signup, purchase, and confirmation workflows operate seamlessly together.

How do I set up QA automation for user journey simulation?

Setting up QA automation for user journey simulation requires a robust test automation framework and environment setup to accurately replicate real user interactions and validate business logic across the full stack.

Does end-to-end testing require a specific test automation framework?

Yes, accurate end-to-end testing requires a robust test automation framework and proper environment setup to simulate user interactions and validate application functionality from a user's perspective.

Can I use UI testing to verify business logic across the full application stack?

Yes, UI testing combined with end-to-end scenarios validates business logic by replicating real user interactions across the full application stack, verifying functionality from the user interface down to backend systems.

What is the best way to perform release verification for critical application features?

The best way to perform release verification is by simulating critical user journeys end-to-end, such as a new user signing up and completing a purchase, to ensure all integrated systems function correctly.