Documentation Home
This page describes a pre-release version of Jasmine (6.0.0-alpha.0). There may be additional changes, including breaking changes, before the final 6.0.0 release.
The current stable version of Jasmine is 5.12.

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: