Documentation Home
This page is for an older version of Jasmine (5.3).
The current stable version of Jasmine is: 5.4. You can also look at the docs for the next release: Edge

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: