Currently, Test Engine provies 3 plugins for custom extending, which are Subscriber, LogValidator, and SysValidator.
- Subscrer: It is the mock backend for Logtailplugin, which ia mapping to the LogtailPlugin flusher.
- LogValidator: It is used to check each log group, and returns the failure reports.
- SysValidator: It is used to verify the total status of_ the system from the testing start to the end, such as compare logs count.
Please read the doc.