Documentation
¶
Overview ¶
Package e2e contains end-to-end tests that exercise the WebSocket and WebTransport transports over real network connections, including cross-language interop between the Go and TypeScript implementations.
The pure-Go tests always run. The interop tests spawn the Node.js server fixture in ts/packages/node/interop and skip when Node.js or the installed ts/ workspace is unavailable; set E2E_REQUIRE_INTEROP=1 to fail instead of skip (used in CI).
cmd/elizaserver is the mirror-image fixture: a plain-HTTP Go server used by the TypeScript e2e tests in ts/packages/web/e2e.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
elizaserver
command
Interop fixture for the TypeScript e2e tests in ts/packages/web/e2e.
|
Interop fixture for the TypeScript e2e tests in ts/packages/web/e2e. |
Click to show internal directories.
Click to hide internal directories.