Skip to content

Releases: wellwelwel/poku

v1.1.0

15 Feb 08:53
1972afe
Compare
Choose a tag to compare

1.1.0 (2024-02-15)

Features

v1.0.0

13 Feb 20:35
313e511
Compare
Choose a tag to compare

1.0.0 (2024-02-13)

Poku

Logo

🖇️ A flexible and easy-to-use Test Runner for parallel or sequential runs and high isolation level.

NPM Version
Node.js Version
GitHub Workflow Status (with event)
License


Why Poku?

🪄 Runs test files in an individual process, shows progress and exits.

  • Poku is designed to be highly intuitive.
  • Supports Node.js 6+ (ESM and CJS), TypeScript (no need to build) and Coverage tools.
  • Poku dive to the deepest depths to find tests in the specified directories.
  • No constraints or rules, code in your own signature style.
  • Zero configurations, except you want.
  • Allows both in-code and CLI usage.

  • Totally dependency-free.
  • Compatibility: Poku is tested across all Node 6+ versions.
  • Poku uses itself to test its own tests using process.exit at several depths on the same process node.