misMatchTolerance Number
Overrides the global misMatchTolerance value for this command. Pass in a number between 0 and 100 that defines the degree of mismatch to consider two images as identical.
I can't seem to get this to actually work in Spectre - any advice on how to pass the value in my command?
browser.checkViewport({misMatchTolerance: 50});
seems to do nothing.
misMatchTolerance Number
Overrides the global misMatchTolerance value for this command. Pass in a number between 0 and 100 that defines the degree of mismatch to consider two images as identical.
I can't seem to get this to actually work in Spectre - any advice on how to pass the value in my command?
browser.checkViewport({misMatchTolerance: 50});
seems to do nothing.