testlr
testlr is a cross-language software testing framework intended to simplify the creation, organization, and execution of automated tests. It provides a lightweight runner, a programmable API, and a pluggable architecture that enables tests written in different languages to be discovered and executed from a single workflow. Core concepts include tests, test suites, and hooks for setup and teardown, with support for assertions through multiple language-specific libraries.
The framework is designed around a modular core, language adapters, and reporters. Language adapters allow tests
Adoption and community: testlr is maintained by an active community of contributors and is distributed under