Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 806 Bytes

How-to-write-test-engine-plugin.md

File metadata and controls

18 lines (13 loc) · 806 Bytes

How to write Test Engine plugin?

Write plugins

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.

Auto generate plugin docs

Please read the doc.