The host of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See TestEnvironmentConfig for details.
The port of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See TestEnvironmentConfig for details.
HostAndPort.host
The host of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See TestEnvironmentConfig for details.
Signature:
host:string;
HostAndPort.port
The port of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See TestEnvironmentConfig for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[],[],null,["An object containing the hostname and port number of an emulator.\n\n\u003cbr /\u003e\n\n**Signature:** \n\n export interface HostAndPort \n\nProperties\n\nHostAndPort.host\n\nThe host of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See `TestEnvironmentConfig` for details.\n\n**Signature:** \n\n host: string;\n\nHostAndPort.port\n\nThe port of the emulator. Can be omitted if discovered automatically through the hub or specified via environment variables. See `TestEnvironmentConfig` for details.\n\n**Signature:** \n\n port: number;"]]