Post
  1. Portrait of Onur Solmaz
    @onusoz · /2026/04/12· View on
    Question for the community: What is the best testing observability and control tool you have used until now? - Could be SaaS, could be open source - To be used in @openclaw repo - Should be compatible with vitest - Ideally language agnostic I need something that lets me run a very long running test group multiple times on a specific commit or tag, without repeating the tests that have already finished This is a need because the 1hr long process might get interrupted due to flakiness. So I need to persists the progress of a run, and then not repeat them I have seen some paid SaaS for this, but none that really give me what I want This is going to be important especially while working with agents, because when you are committing 100x faster, you don't want to waste time and compute running the same things I started building this already as an exercise. If this exists already in a satisfactory way, I will stop. Otherwise, I'll keep building