Class: TestResultDTO

TestResultDTO


new TestResultDTO()

Source:

Members


errorMessage :string

Type:
  • string
Source:

interactions :Array.<TestInteractionDTO>

Type:
Source:

recordingURL :string|undefined

Type:
  • string | undefined
Source:

runID :string

Type:
  • string
Source:

status :'ERROR'|'FAIL'|'PASS'

Type:
  • 'ERROR' | 'FAIL' | 'PASS'
Source:

test :Test|undefined

Type:
  • Test | undefined
Source:

testName :string

Type:
  • string
Source:

Methods


toJSON()

Source:
Returns:
Type
any