e2e-execution

Automate E2E test execution with environment setup and CI integration.

9|Updated May 11, 2026
One-click install
npx skills add https://github.com/sei-newbear/xp-harness --skill e2e-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-execution
Source: https://github.com/sei-newbear/xp-harness/tree/main/.apm/skills/e2e-execution
Command: npx skills add https://github.com/sei-newbear/xp-harness --skill e2e-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of executing E2E tests by providing a structured process to set up environments, run commands, integrate with CI, and handle failures, tailored to the specific needs of each project.

Core Features & Use Cases

  • Customizable Execution Steps: Automatically detect and execute E2E test steps based on the project's setup and requirements.
  • Integration with CI: Seamless integration with continuous integration systems for streamlined workflows.
  • Failure Handling: Guided steps to troubleshoot and resolve issues that may arise during E2E test execution.
  • Use Case: Suppose you have a web application with multiple test scenarios. The Skill can automatically find the appropriate execution steps, set up the test environment, and execute the tests, ensuring that any failures are promptly addressed.

Quick Start

Use the e2e-execution skill to run the E2E tests for the 'web-app' project.

Frequently Asked Questions about e2e-execution

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

FAQPage Schema
How do I automate E2E test execution in continuous integration?

Automating E2E test execution in CI involves detecting project-specific steps, configuring the test environment, and running commands to streamline workflows. This Skill handles environment setup, command execution, and CI integration to ensure a smooth testing process.

What is the best way to handle E2E testing failures in a web application?

Handling E2E testing failures requires guided steps to troubleshoot and resolve issues arising during test execution. This Skill provides structured failure handling to promptly address failures and maintain a smooth testing experience for web applications.

Do I need to know my project's execution environment to set up E2E tests?

Yes, setting up E2E tests requires knowledge of the project's execution environment and CI system. The Skill uses this information to automatically detect and execute tailored test steps based on your specific project setup and requirements.

Can I customize execution steps for different E2E test scenarios?

Customizing execution steps for E2E tests is supported by automatically detecting and executing actions based on your project setup. This ensures the E2E testing process is tailored to the specific requirements of various test scenarios.

Why does my E2E test execution fail during environment setup?

E2E test execution fails during environment setup when project-specific configurations are missing or incorrect. This Skill addresses execution challenges by providing a structured process to correctly set up environments, run commands, and handle failures.