Skip to main content

9 docs tagged with "plugin"

View all tags

βš›οΈ React

Run React component tests with a real DOM environment β€” zero config, automatic TSX handling, and optional render metrics.

πŸ“Š Custom Reporters

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.

🧬 Multi Suite

Run multiple independent test suites β€” each with its own configuration β€” as a single, unified execution.

πŸͺ’ Shared Resources

Share state, servers, database connections, and more between parallel test files β€” no duplicated setup, no conflicts.

Scoped Test Lifecycle Hooks

Poku provides an optional, generic hook contract that lets plugins execute test callbacks inside a plugin-managed scope.