Interface: Environment

June 6, 2026 ยท View on GitHub

CTRF


CTRF / Environment

Interface: Environment

Defined in: types.ts:244

Environment information

Properties

reportName?

optional reportName?: string

Defined in: types.ts:246

Custom report name


appName?

optional appName?: string

Defined in: types.ts:248

Application name


appVersion?

optional appVersion?: string

Defined in: types.ts:250

Application version


buildId?

optional buildId?: string

Defined in: types.ts:252

Build identifier


buildName?

optional buildName?: string

Defined in: types.ts:254

Build name


buildNumber?

optional buildNumber?: number

Defined in: types.ts:256

Build number


buildUrl?

optional buildUrl?: string

Defined in: types.ts:258

Build URL


repositoryName?

optional repositoryName?: string

Defined in: types.ts:260

Repository name


repositoryUrl?

optional repositoryUrl?: string

Defined in: types.ts:262

Repository URL


commit?

optional commit?: string

Defined in: types.ts:264

Git commit SHA


branchName?

optional branchName?: string

Defined in: types.ts:266

Git branch name


osPlatform?

optional osPlatform?: string

Defined in: types.ts:268

Operating system platform


osRelease?

optional osRelease?: string

Defined in: types.ts:270

Operating system release


osVersion?

optional osVersion?: string

Defined in: types.ts:272

Operating system version


testEnvironment?

optional testEnvironment?: string

Defined in: types.ts:274

Test environment name


healthy?

optional healthy?: boolean

Defined in: types.ts:276

Whether the environment is healthy


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:278

Custom metadata