cypress-match-screenshot icon indicating copy to clipboard operation
cypress-match-screenshot copied to clipboard

Utility to take screenshots during a cypress test and match them against previous runs

Results 13 cypress-match-screenshot issues
Sort by recently updated
recently updated
newest added

Currently the logging is rather unhelpful. Would be nice if it could be improved i.e. including the name of the screenshot being taken per step.

Really impressed with what you have done here - and this is taking app iframe's viewport! nice hacking

currently tests passes for : ![image](https://user-images.githubusercontent.com/18376182/37554398-fd46ea18-29d7-11e8-87a5-3f2db144e9e2.png) so wanted to set the threshold from some configuration , is it possible currently ? `const threshold = argv.threshold ? parseFloat(argv.threshold) : 0.005;` tried...