Skip to main content
Plugins in the Lerian ecosystem must demonstrate high standards of quality and resilience. Testing and performance are non-negotiable requirements to ensure reliability for shared clients in production. This section defines the minimum expectations every partner solution must meet before being approved for the Lerian Marketplace. For faster client adoption, we strongly recommend providing SDKs in popular languages. While not required, SDKs help reduce integration errors and improve developer experience.
Refer to the SDK Guidelines for best practices.

Testing standards


Your plugin must demonstrate:
  • ≥ 90% unit test coverage
  • Integration and contract tests for external systems
  • A visible test coverage report
We also recommend automated CI/CD checks, linting, and peer reviews.

Performance testing


Performance testing is mandatory. Your plugin must be:
  • Stateless and horizontally scalable
  • Resource-efficient (CPU, memory, connections)
  • Fault-tolerant and high availability ready
A stress test report must be included in the repository.