What problem does it solve?
Verifies end-to-end Breeze RMM across UI/API/agent layers by testing only the delta since a baseline, enabling efficient release-readiness sweeps and partial-sweep resumption.
Core Features & Use Cases
- Delta-based end-to-end verification: test changes since a baseline across UI, API, and agent layers.
- Durable ledger and carry-forward: record results as PASS/FAIL/DEFERRED and carry forward unresolved items for subsequent sweeps.
- Baseline and delta strategy: determine baseline tags, synthesize delta commits, and reuse a known-good environment recipe for each sweep.
- Use Case: perform sweep after merging PRs to validate the combined impact before release; resume interrupted sweeps without re-testing already-cleared items.
- Not intended for single-feature post-implementation checks; use feature-testing for targeted verification.
Quick Start
Start a delta-based sweep from the latest baseline and follow the runbook to execute baseline, delta, environment verification, classification, testing, and recording steps.