← Registry
Loop Official

Test Until Green

Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.

Install

via Positronick CLI

$positronick loop install test-until-green

Loop

Goal
all tests pass
Exit when
tests exit 0

Check between iterations

$npm test

Kickoff prompt

Start the "Test Until Green" loop. Goal: all tests pass Max iterations: 10 Between iterations run: npm test Exit when: tests exit 0 Step 1: Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.