Are you an LLM? You can read better optimized documentation at /documentation/api/testing/interfaces/TestHarnessOptions.md for this page in Markdown format
ws-asyncapi API / testing / TestHarnessOptions
Interface: TestHarnessOptions
Defined in: .api-entries/testing/index.d.ts:4
Properties
codec?
optionalcodec?:Codec
Defined in: .api-entries/testing/index.d.ts:6
wire codec (default: JSON). Client and server share it automatically.
backplane?
optionalbackplane?:Backplane
Defined in: .api-entries/testing/index.d.ts:8
backplane (default: a fresh in-process LocalBackplane with recovery on).
plugins?
optionalplugins?:ServerPlugin[]
Defined in: .api-entries/testing/index.d.ts:10
server-level plugins (metrics/tracing/logging) tapping the channel