Releases: manuel-lohmus/test-runner-lite
Releases · manuel-lohmus/test-runner-lite
v1.0.0
1.0.0 – 2025‑09‑01
Added
- Initial public release of test‑runner‑lite.
- Ultra‑small, dependency‑free test runner for Node.js modules.
- Support for synchronous, asynchronous, and Promise‑based tests.
- CLI options:
--json,--raw,--bail,--timeout,--testIDs,--workers. - Colorful human‑readable output and machine‑readable JSON output.
onCompletecallback for programmatic integration.- Role‑aware testing in cluster mode (
isPrimary/isWorker).