TestRunInputArtifactsOutput interface
The input artifacts for the test run.
Properties
| additional |
Additional supported files for the test run |
| config |
The load test YAML file that contains the the test configuration |
| input |
The zip file for all input artifacts |
| test |
The test script file for the test run |
| url |
The config json file for url based test |
| user |
The user properties file |
Property Details
additionalFileInfo
Additional supported files for the test run
additionalFileInfo?: TestRunFileInfoOutput[]
Property Value
configFileInfo
The load test YAML file that contains the the test configuration
configFileInfo?: TestRunFileInfoOutput
Property Value
inputArtifactsZipFileInfo
The zip file for all input artifacts
inputArtifactsZipFileInfo?: TestRunFileInfoOutput
Property Value
testScriptFileInfo
The test script file for the test run
testScriptFileInfo?: TestRunFileInfoOutput
Property Value
urlTestConfigFileInfo
The config json file for url based test
urlTestConfigFileInfo?: TestRunFileInfoOutput
Property Value
userPropFileInfo
The user properties file
userPropFileInfo?: TestRunFileInfoOutput