getLogs
Returns all log output as an array.
getLogs(): Array<ReadonlyArray<any>>
Related
- class TestCaseA class that represents a single test case, part of a TestScope.
- log(…values)Store the provided values as log output for this test case.
Returns all log output as an array.
getLogs(): Array<ReadonlyArray<any>>