Orchestrated execution
Coordinate suites and workers across a larger test topology.
A systems-minded test runner
Tests live in files, but test work spans orchestration, processes, reporting, watch state, and developer feedback. Suman treats that surrounding system as part of the runner rather than a collection of afterthoughts.
Fast execution matters. So does knowing what the runner is doing around it.
Parallel execution · reporters · watch · daemon · interactive01 / PRINCIPLES
Coordinate suites and workers across a larger test topology.
Route results through reporters and interactive development workflows.
Treat watch processes, daemons, and companion tools as designed interfaces.
02 / METHOD
Resolve the intended suite and execution graph.
Use available concurrency without losing test identity.
Make failure context useful to people and automation.
A runner earns trust one intelligible failure at a time.
github.com/sumanjs