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

Interface: ParallelRunnerOptions

ParallelRunnerOptions

Options for the ParallelRunner constructor

Members

numWorkers :number|undefined

The number of worker processes to use.

Type:
  • number | undefined
Default Value:
  • 2

projectBaseDir :string|undefined

The path to the project's base directory. This can be absolute or relative to the current working directory. If it isn't specified, the current working directory will be used.

Type:
  • string | undefined