Closed aaronfay closed 3 years ago
Adjusts the --errorOnFail and --errorOnScreenshotFail flags to be explicitly type: boolean, this allows for implicit true value when the option is provided without an explicit value.
--errorOnFail
--errorOnScreenshotFail
type: boolean
true
Adjusts the
--errorOnFail
and--errorOnScreenshotFail
flags to be explicitlytype: boolean
, this allows for implicittrue
value when the option is provided without an explicit value.