is_different property
Indicates that at least one step was missing, or a mismatch.
A value of True means that for at least one step a baseline image was found for that step and the checkpoint image does not match that baseline image, A value of False means that for all steps, either the checkpoint image matched the baseline image or it is a new checkpoint image (there is no baseline image yet).
Syntax
value = result.is_different
Type:bool