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