TestRunInputArtifacts interface

The input artifacts for the test run.

Properties

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

configFileInfo

The load test YAML file that contains the the test configuration

configFileInfo?: TestRunFileInfo

Property Value

inputArtifactsZipFileInfo

The zip file for all input artifacts

inputArtifactsZipFileInfo?: TestRunFileInfo

Property Value

testScriptFileInfo

The test script file for the test run

testScriptFileInfo?: TestRunFileInfo

Property Value

urlTestConfigFileInfo

The config json file for url based test

urlTestConfigFileInfo?: TestRunFileInfo

Property Value

userPropFileInfo

The user properties file

userPropFileInfo?: TestRunFileInfo

Property Value