TestInputArtifactsOutput interface

The input artifacts for the test.

Properties

additionalFileInfo

Additional supported files for the test run

configFileInfo

The load test YAML file that contains the the test configuration

inputArtifactsZipFileInfo

The zip file with all input artifacts

testScriptFileInfo

The test script file for the test run

urlTestConfigFileInfo

The config json file for url based test

userPropFileInfo

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

Property Value

userPropFileInfo

The user properties file

userPropFileInfo?: TestFileInfoOutput

Property Value