Skip to content

Releases: manuel-lohmus/test-runner-lite

v1.0.0

31 Aug 22:24

Choose a tag to compare

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).