Write tests for your multi-agent elizaOS project
Feature | Test Type | What We’re Validating |
---|---|---|
Multi-agent configuration | Component | Two agents with unique Discord tokens, voice IDs, and plugins |
Multi-agent runtime | E2E | Both agents initialize and run simultaneously |
project-starter.e2e.ts
file already contains default tests for core functionality (agent initialization, message processing, memory storage). Add these multi-agent specific tests to the existing ProjectStarterTestSuite.tests
array: