RunCreateModel interface
Test run create details.
Properties
| automated | true if test run is automated, false otherwise. By default it will be false. |
| build | An abstracted reference to the build that it belongs. |
| build |
Drop location of the build used for test run. |
| build |
Flavor of the build used for test run. (E.g: Release, Debug) |
| build |
Platform of the build used for test run. (E.g.: x86, amd64) |
| build |
BuildReference of the test run. |
| comment | Comments entered by those analyzing the run. |
| complete |
Completed date time of the run. |
| configuration |
IDs of the test configurations associated with the run. |
| controller | Name of the test controller used for automated run. |
| custom |
List of custom data for additional categorization of the test run. Value of the CustomTestField cannot be more than 1KB. |
| dtl |
An abstracted reference to DtlAutEnvironment. |
| dtl |
An abstracted reference to DtlTestEnvironment. |
| due |
Due date and time for test run. |
| environment |
|
| error |
Error message associated with the run. |
| filter | Filter used for discovering the Run. |
| iteration | The iteration in which to create the run. Root iteration of the team project will be default |
| name | Name of the test run. |
| owner | Display name of the owner of the run. |
| pipeline |
Reference of the pipeline to which this test run belongs. PipelineReference.PipelineId should be equal to RunCreateModel.Build.Id |
| plan | An abstracted reference to the plan that it belongs. |
| point |
IDs of the test points to use in the run. |
| release |
URI of release environment associated with the run. |
| release |
Reference to release associated with test run. |
| release |
URI of release associated with the run. |
| run |
Run summary for run Type = NoConfigRun. |
| run |
Timespan till the run times out. |
| source |
SourceWorkFlow(CI/CD) of the test run. |
| start |
Start date time of the run. |
| state | The state of the run. Type TestRunState Valid states - NotStarted, InProgress, Waiting |
| tags | Tags to attach with the test run, maximum of 5 tags can be added to run. |
| test |
TestConfigurationMapping of the test run. |
| test |
ID of the test environment associated with the run. |
| test |
An abstracted reference to the test settings resource. |
| type | Type of the run(RunType) Valid Values : (Unspecified, Normal, Blocking, Web, MtrRunInitiatedFromWeb, RunWithDtlEnv, NoConfigRun) |
Property Details
automated
true if test run is automated, false otherwise. By default it will be false.
automated: boolean
Property Value
boolean
build
An abstracted reference to the build that it belongs.
build: ShallowReference
Property Value
buildDropLocation
Drop location of the build used for test run.
buildDropLocation: string
Property Value
string
buildFlavor
Flavor of the build used for test run. (E.g: Release, Debug)
buildFlavor: string
Property Value
string
buildPlatform
Platform of the build used for test run. (E.g.: x86, amd64)
buildPlatform: string
Property Value
string
buildReference
BuildReference of the test run.
buildReference: BuildConfiguration
Property Value
comment
Comments entered by those analyzing the run.
comment: string
Property Value
string
completeDate
Completed date time of the run.
completeDate: string
Property Value
string
configurationIds
IDs of the test configurations associated with the run.
configurationIds: number[]
Property Value
number[]
controller
Name of the test controller used for automated run.
controller: string
Property Value
string
customTestFields
List of custom data for additional categorization of the test run. Value of the CustomTestField cannot be more than 1KB.
customTestFields: CustomTestField[]
Property Value
dtlAutEnvironment
An abstracted reference to DtlAutEnvironment.
dtlAutEnvironment: ShallowReference
Property Value
dtlTestEnvironment
An abstracted reference to DtlTestEnvironment.
dtlTestEnvironment: ShallowReference
Property Value
dueDate
Due date and time for test run.
dueDate: string
Property Value
string
environmentDetails
errorMessage
Error message associated with the run.
errorMessage: string
Property Value
string
filter
iteration
The iteration in which to create the run. Root iteration of the team project will be default
iteration: string
Property Value
string
name
Name of the test run.
name: string
Property Value
string
owner
pipelineReference
Reference of the pipeline to which this test run belongs. PipelineReference.PipelineId should be equal to RunCreateModel.Build.Id
pipelineReference: PipelineReference
Property Value
plan
An abstracted reference to the plan that it belongs.
plan: ShallowReference
Property Value
pointIds
IDs of the test points to use in the run.
pointIds: number[]
Property Value
number[]
releaseEnvironmentUri
URI of release environment associated with the run.
releaseEnvironmentUri: string
Property Value
string
releaseReference
Reference to release associated with test run.
releaseReference: ReleaseReference
Property Value
releaseUri
URI of release associated with the run.
releaseUri: string
Property Value
string
runSummary
Run summary for run Type = NoConfigRun.
runSummary: RunSummaryModel[]
Property Value
runTimeout
Timespan till the run times out.
runTimeout: any
Property Value
any
sourceWorkflow
SourceWorkFlow(CI/CD) of the test run.
sourceWorkflow: string
Property Value
string
startDate
Start date time of the run.
startDate: string
Property Value
string
state
The state of the run. Type TestRunState Valid states - NotStarted, InProgress, Waiting
state: string
Property Value
string
tags
Tags to attach with the test run, maximum of 5 tags can be added to run.
tags: TestTag[]
Property Value
TestTag[]
testConfigurationsMapping
TestConfigurationMapping of the test run.
testConfigurationsMapping: string
Property Value
string
testEnvironmentId
ID of the test environment associated with the run.
testEnvironmentId: string
Property Value
string
testSettings
An abstracted reference to the test settings resource.
testSettings: ShallowReference
Property Value
type
Type of the run(RunType) Valid Values : (Unspecified, Normal, Blocking, Web, MtrRunInitiatedFromWeb, RunWithDtlEnv, NoConfigRun)
type: string
Property Value
string