OwnedInstanceEndpoint
The CDP endpoint of a launched, harness-owned instance.
Import:
import type { OwnedInstanceEndpoint } from 'obsidian-integration-testing';Signature:
export interface OwnedInstanceEndpointProperties
| Property | Type | Description |
|---|---|---|
| host | string | CDP host (e.g. 'localhost'). |
| port | number | The free CDP port the owned instance was launched on. |
Links to this page: