is_different property
Use this method to check if the checkpoint did not match a baseline image.
Syntax
value = stepinfo.is_different # type is bool
Type:bool
Returns True if the checkpoint image did not match the corresponding baseline image, or if this step was new (there was no baseline image), or if there was a baseline step with no corresponding checkpoint image. Returns False if the checkpoint image matched the baseline image.