TestRunInputArtifactsOutput interface

The input artifacts for the test run.

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 for 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?: 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

Property Value