Interface: Environment
June 6, 2026 ยท View on GitHub
CTRF / Environment
Interface: Environment
Defined in: types.ts:244
Environment information
Properties
reportName?
optionalreportName?:string
Defined in: types.ts:246
Custom report name
appName?
optionalappName?:string
Defined in: types.ts:248
Application name
appVersion?
optionalappVersion?:string
Defined in: types.ts:250
Application version
buildId?
optionalbuildId?:string
Defined in: types.ts:252
Build identifier
buildName?
optionalbuildName?:string
Defined in: types.ts:254
Build name
buildNumber?
optionalbuildNumber?:number
Defined in: types.ts:256
Build number
buildUrl?
optionalbuildUrl?:string
Defined in: types.ts:258
Build URL
repositoryName?
optionalrepositoryName?:string
Defined in: types.ts:260
Repository name
repositoryUrl?
optionalrepositoryUrl?:string
Defined in: types.ts:262
Repository URL
commit?
optionalcommit?:string
Defined in: types.ts:264
Git commit SHA
branchName?
optionalbranchName?:string
Defined in: types.ts:266
Git branch name
osPlatform?
optionalosPlatform?:string
Defined in: types.ts:268
Operating system platform
osRelease?
optionalosRelease?:string
Defined in: types.ts:270
Operating system release
osVersion?
optionalosVersion?:string
Defined in: types.ts:272
Operating system version
testEnvironment?
optionaltestEnvironment?:string
Defined in: types.ts:274
Test environment name
healthy?
optionalhealthy?:boolean
Defined in: types.ts:276
Whether the environment is healthy
extra?
optionalextra?:Record<string,unknown>
Defined in: types.ts:278
Custom metadata