getMissing method
Use this method to retrieve the number of test steps where an image corresponding to the checkpoint image was not found in the baseline.
Syntax
let value = result.getMissing();
value = result.missing;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: number