Using Plugins
<History
Official Plugins
6 items
Creating Plugins
definePlugin
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.
Plugin Utilities
Poku provides utility functions via poku/plugins to help with plugin development and testing.
Scoped Test Lifecycle Hooks
Poku provides an optional, generic hook contract that lets plugins execute test callbacks inside a plugin-managed scope.