Interface DeploymentSpecExecuteOptions<TArgs>

Type Parameters

  • TArgs extends unknown[] = unknown[]

Hierarchy

  • DeploymentSpecExecuteOptions

Properties

args: [...TArgs[]]

Arguments passed to the spec function for execution

errorSeverity?: "error" | "warn"

Determines the severity of spec function errors; if set to 'error' record will be marked as failed, if set to 'warn' the record will be marked as successful but a warning will be logged.

ignoreErrors?: boolean

If true, errors will be ignored and the deployment will continue