Skip to main content

Module plugin

Module plugin 

Source
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§

PluginError
An error that occurred in a specific plugin.
PluginInfo
Plugin metadata exposed for listing/discovery.
PluginManager
Manages a collection of plugins and dispatches events to them.
PluginRegistry
Registry of available plugin types for discovery.

Traits§

Plugin
A plugin that hooks into the test execution lifecycle.