โ๏ธ 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.
Run Vue component tests with a real DOM environment: zero config, automatic Single File Component handling, and optional render metrics.
<History
Run multiple independent test suites (each with its own configuration) as a single, unified execution.
Poku provides an optional, generic hook contract that lets plugins execute test callbacks inside a plugin-managed scope.
Share state, servers, database connections, and more between parallel test files, with no duplicated setup and no conflicts.
Poku provides utility functions via poku/plugins to help with plugin development and testing.