Expand description
Plugin system for testx.
Plugins receive events during test execution and can produce custom output, send notifications, or perform post-processing on test results.
Modules§
- reporters
- Built-in reporter plugins for testx.
- script_
adapter - Script-based custom adapter for user-defined test frameworks.
Structs§
- Plugin
Error - An error that occurred in a specific plugin.
- Plugin
Info - Plugin metadata exposed for listing/discovery.
- Plugin
Manager - Manages a collection of plugins and dispatches events to them.
- Plugin
Registry - Registry of available plugin types for discovery.
Traits§
- Plugin
- A plugin that hooks into the test execution lifecycle.