Test Command

Run tests for Eliza agent projects and plugins.

Usage

elizaos test [options] [path]

Arguments

ArgumentDescription
[path]Optional path to project or plugin to test

Options

OptionDescription
-t, --type <type>Type of test to run (choices: “component”, “e2e”, “all”, default: “all”)
--port <port>Server port for e2e tests
--name <n>Filter tests by name (matches file names or test suite names)
--skip-buildSkip building before running tests
--skip-type-checkSkip TypeScript type checking for faster test runs