Interface: ReporterCapabilities

ReporterCapabilities

Used to tell Jasmine what optional or uncommonly implemented features the reporter supports.

Since:
  • 5.0
See:

Members

parallel :boolean|undefined

Indicates whether the reporter supports parallel execution. Jasmine will not allow parallel execution unless all reporters that are in use set this capability to true.

Type:
  • boolean | undefined
Since:
  • 5.0
Default Value:
  • false
See: