TestInputArtifactsOutput interface
The input artifacts for the test.
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 with 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?: TestFileInfoOutput[]
Property Value
configFileInfo
The load test YAML file that contains the the test configuration
configFileInfo?: TestFileInfoOutput
Property Value
inputArtifactsZipFileInfo
The zip file with all input artifacts
inputArtifactsZipFileInfo?: TestFileInfoOutput
Property Value
testScriptFileInfo
The test script file for the test run
testScriptFileInfo?: TestFileInfoOutput
Property Value
urlTestConfigFileInfo
The config json file for url based test
urlTestConfigFileInfo?: TestFileInfoOutput