Class CamundaProcessTestRuntime
Constructors
Methods
createClient
- createClient(): Camunda8
Returns Camunda8
getConnectorsAddress
- getConnectorsAddress(): undefined | string
Returns undefined | string
getGatewayAddress
- getGatewayAddress(): string
Returns string
getGrpcAddress
- getGrpcAddress(): undefined | string
Returns undefined | string
getMonitoringApiAddress
- getMonitoringApiAddress(): string
Returns string
getMonitoringApiPort
- getMonitoringApiPort(): number
Returns number
getRuntimeMode
- getRuntimeMode(): "MANAGED" | "REMOTE"
Returns "MANAGED" | "REMOTE"
start
- start(): Promise<void>
Returns Promise<void>
stop
- stop(): Promise<void>
Returns Promise<void>
Manages the Camunda runtime for testing. Supports both container-managed and remote runtime modes.