1. Set Up Your Maven Project
Create a new Maven project and add thestresspilot-core dependency (or link it as a module).
2. Implement the Endpoint Executor
TheEndpointExecutor is responsible for performing the actual test operation.
3. Implement the Endpoint Validator
TheEndpointValidator ensures that the endpoint configuration is valid.
4. Register Your Plugin
Currently, plugins are registered via thePluginService. You need to package your plugin as a JAR and upload it to the marketplace or add it to the classpath of the stresspilot core.