TestInputArtifacts interface

The input artifacts for the test.

Properties

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

configFileInfo

The load test YAML file that contains the the test configuration

configFileInfo?: TestFileInfo

Property Value

inputArtifactsZipFileInfo

The zip file with all input artifacts

inputArtifactsZipFileInfo?: TestFileInfo

Property Value

testScriptFileInfo

The test script file for the test run

testScriptFileInfo?: TestFileInfo

Property Value

urlTestConfigFileInfo

The config json file for url based test

urlTestConfigFileInfo?: TestFileInfo

Property Value

userPropFileInfo

The user properties file

userPropFileInfo?: TestFileInfo

Property Value