βοΈ Coverage
When using --coverage, Poku tries to load one of the official plugins:
When using --coverage, Poku tries to load one of the official plugins:
Run React component tests with a real DOM environment β zero config, automatic TSX handling, and optional render metrics.
definePlugin
Poku ships with built-in reporters (poku, dot, compact, focus, classic) β see the reporter option for details. You can also create your own reporter to fully control test output.
<History
Run multiple independent test suites β each with its own configuration β as a single, unified execution.
Share state, servers, database connections, and more between parallel test files β no duplicated setup, no conflicts.
Poku provides utility functions via poku/plugins to help with plugin development and testing.
Poku provides an optional, generic hook contract that lets plugins execute test callbacks inside a plugin-managed scope.