Class: TestSuiteDTO

TestSuiteDTO


new TestSuiteDTO(name, configuration, yaml, id)

Parameters:
Name Type Description
name string
configuration any
yaml string
id string | undefined
Source:

Members


tests :Array.<TestDTO>|undefined

Type:
Source:

Methods


<static> fromFiles(name, configurationFile, yamlFile)

Parameters:
Name Type Description
name string
configurationFile string
yamlFile string
Source:
Returns:
Type
TestSuiteDTO

<static> fromJSON(json)

Parameters:
Name Type Description
json any
Source:
Returns:
Type
TestSuiteDTO