Skip to main content

@elizaos/core v1.0.0-beta.51 / TestSuite

Interface: TestSuite

Represents a suite of related test cases for an agent or plugin. This helps in organizing tests and running them collectively. A ProjectAgent can define one or more TestSuites.

Properties​

name​

name: string

A descriptive name for the test suite, e.g., "Core Functionality Tests".

Defined in​

packages/core/src/types.ts:1394


tests​

tests: TestCase[]

An array of TestCase objects that belong to this suite.

Defined in​

packages/core/src/types.ts:1396