Interface QuenchRunBatchOptions

Options affecting the running of batches

Hierarchy

  • QuenchRunBatchOptions

Properties

json?: boolean | QuenchJsonReportOptions

Generate a JSON report.

  • If false, a JSON report will be generated and made available in quench.reports, as well as through the quenchReports hook.
  • If true, a JSON report will be generated as above, and also be uploaded to the server as Data/quench-report.json, overwriting any existing file. Option defaults can be found in QuenchJsonReportOptions.
  • If an object is provided, additional options can be set.

Default Value

false

preSelectedOnly?: boolean

Whether only batches registered with preSelected set to true should be run.

Default Value

false

updateSnapshots?: null | boolean

Whether snapshots generated in this run should be saved

Default Value

null

Generated using TypeDoc