Skip to main content

TypeScript SDK Reference

runTestSuite

The main entrypoint into the testing framework.

BaseTestEvaluator

An abstract base class that you can subclass to create your own evaluators.

Evaluation

An interface that represents the result of an evaluation.

Threshold

An interface that defines the passing criteria for an evaluation.

Example