Type alias ServiceTestStreamTest

ServiceTestStreamTest: { duration: number; err?: string; fullTitle: string; title: string }

Test results for a single test case using the stream reporter.

Type declaration

  • duration: number
  • Optional err?: string
  • fullTitle: string
  • title: string

Generated using TypeDoc