Skip to content

v1.0.0

Latest

Choose a tag to compare

@manuel-lohmus manuel-lohmus released this 31 Aug 22:24
· 2 commits to master since this release

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.
  • onComplete callback for programmatic integration.
  • Role‑aware testing in cluster mode (isPrimary / isWorker).