Type Definitions
-
EventType
-
Type:
- 'interceptError' | 'interceptPreProcess' | 'inrterceptPostProcess' | 'interceptRecord' | 'interceptResult'
- Source:
-
TestResultCallback(testResults)
-
Callback function to receive test results as they happen while a test is being run
Parameters:
Name Type Description testResults
Array.<TestResultDTO> - Source:
-
TestSuite
-
- Source:
Properties:
Name Type Description name
string testSuite
TestSuite name
string