e2e-test-loop

Automate E2E test cycles by running tests, collecting failures, and retrying up to five iterations.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill e2e-test-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-loop
Source: https://github.com/kangmomin/harness-plugins/tree/main/be-harness/skills/e2e-test-loop
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill e2e-test-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

E2E 테스트를 반복적으로 수행하고 실패를 수정한 뒤 재실행하는 수동 개입 최소화 자동화 워크플로를 제공합니다. 이 스킬은 테스트 실패를 신속하게 재현하고, 수정 및 재테스트를 최대 5회까지 반복하여 안정적인 배포 파이프라인에 기여합니다.

Core Features & Use Cases

  • 자동 E2E 테스트 반복 수행: 실패 발생 시 수정하고 최대 5회까지 재실행합니다.
  • 실패 원인 수집 및 보고: 실패 목록을 분석하고 우선순위를 지정합니다.
  • 에이전트 기반 자동 수정: 일반 목적 에이전트가 수정 제안을 적용하고 커밋합니다.
  • 서버 상태 무리한 변경 없이 루프 운영: 서버 재시작 없이 테스트 루프를 실행합니다.

Quick Start

Run /be-harness:e2e-test, review failures, and allow up to five iterations of fixes.

Frequently Asked Questions about e2e-test-loop

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

FAQPage Schema
How do I automate E2E test retries until they pass without manual intervention?

Automated E2E test retries run tests, collect failure details, apply agent-based fixes, and re-run up to five iterations to achieve test stability without server restarts.

What is an automated E2E test loop and how does it handle test failures?

An automated E2E test loop executes iterative test cycles by collecting failure lists, diagnosing root causes, applying automated agent fixes, and verifying results through subsequent test re-runs.

Can I run iterative E2E tests without restarting my server?

Yes, iterative E2E tests execute without server state changes or restarts, operating the test loop by applying fixes and verifying results directly within the existing environment.

How do I collect and prioritize E2E test failures for automated fixing?

The test loop collects failure details by analyzing the failure list, assigning priorities to each failure, and applying agent-based modifications before verifying fixes through re-running tests.

Does the automated E2E test loop work with the be-harness e2e-test command?

Yes, the automated E2E test loop requires integration with the be-harness e2e-test command to run tests, collect failure details, and verify applied fixes across iterations.

What are the limitations of automated E2E test iteration loops?

The automated E2E test iteration loop is limited to a maximum of five retry iterations and requires be-harness integration, ceasing execution if stability is not achieved within that bound.