Hierarchy

  • TestResult

Properties

test_end_time: string

The end time of the test suite in iso format.

test_error: undefined | TestResult_TestError

The error that was the result of a test failure.

test_passed?: boolean

Whether or not the test passed.

test_start_time: string

The start time of the test in iso format.

title: string

The name of the test in this suite, "pings my website". Multiple tests can have the same title & title_path.

title_paths: string[]

The full path of names from the name of the suite, to the name of the test. Tests may be nested under multiple suites. Eg. ["my suite name", "pings my website", "three times"].

Generated using TypeDoc