e2e-test-loop-mm

Automate end-to-end test loops with issue re-testing 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-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-loop-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/e2e-test-loop-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill e2e-test-loop-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the loop of running end-to-end tests, fixing issues, and re-running tests until all tests pass (with a maximum of 5 iterations).

Core Features & Use Cases

  • Automated iteration: runs e2e tests, detects failures, and triggers fixes and re-tests.
  • Iteration cap: stops after 5 unsuccessful iterations and reports unresolved issues.
  • Status reporting: outputs a concise summary of iterations, fixed issues, and remaining problems.

Quick Start

Run the e2e-test-loop-mm command to start the loop and allow automatic re-testing up to five iterations.

Frequently Asked Questions about e2e-test-loop-mm

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

FAQPage Schema
How do I automate end-to-end test loops until success?

To automate end-to-end test loops, this Skill runs e2e tests, detects failures, and triggers fixes and re-tests automatically. It iterates until all tests pass or stops after five unsuccessful attempts, outputting a final summary of remaining issues.

What happens when e2e tests fail repeatedly during the automated loop?

When e2e tests fail repeatedly, the loop automatically applies fixes and re-tests the issues. It enforces an iteration cap of five attempts; if tests still fail after five iterations, it stops and reports unresolved issues.

Do I need an e2e test runner installed to use this automation?

Yes, you need an e2e test runner in your environment. The automation relies on an existing runner to execute tests, reproduce issues, and verify fixes during each iteration of the loop.

What is the limit for automated test iterations in QA workflows?

The limit for automated test iterations is five. The loop runs up to a maximum of five unsuccessful iterations to reproduce, fix, and re-test issues before stopping and reporting unresolved problems.

How does the automated e2e loop report test results?

The automated e2e loop reports results by outputting a concise summary. This final report details the iteration counts, issues successfully fixed, and any remaining unresolved problems after the loop terminates.