Plugins
Testo's plugin system allows you to extend and customize the testing framework behavior.
Coming Soon
This documentation section is under development. In the meantime, you can explore the Events system for extending test behavior.
Overview
Plugins in Testo provide a way to:
- Register custom event listeners
- Add middleware to test execution pipeline
- Integrate external tools and services
- Customize test discovery and execution
Creating a Plugin
Documentation coming soon.
Registering Plugins
Documentation coming soon.
Built-in Plugins
Documentation coming soon.
Examples
Documentation coming soon.