Run and manage tests for elizaOS projects and plugins
Argument | Description |
---|---|
[path] | Optional path to project or plugin to test |
Option | Description |
---|---|
-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-build | Skip building before running tests |
--skip-type-check | Skip TypeScript type checking for faster test runs |