to resemble

Asserts that two images resemble each other.

return expect('testdata/People.jpg', 'to resemble', 'testdata/People2.jpg');
expected
to resemble
 
{
  
isSameDimensionstrue,
  
dimensionDifference: { width0height0 },
  
mismatchPercentage
8.66 
//
 
should be less than 1
}