protractor-image-comparison
Advanced tools
Comparing version 1.7.1 to 1.7.2
# CHANGELOG | ||
<a name="1.7.1"></a> | ||
# [1.7.2](https://github.com/wswebcreation/protractor-image-comparison/compare/v1.7.1...v1.7.2) (2018-05-10) | ||
### Bugfix | ||
* Revert fixed issue with minor differences recognition that was fixed in [61](https://github.com/wswebcreation/protractor-image-comparison/pull/61). This was a breaking change and should be investigated. | ||
<a name="1.7.1"></a> | ||
# [1.7.1](https://github.com/wswebcreation/protractor-image-comparison/compare/v1.7.0...v1.7.1) (2018-05-09) | ||
@@ -4,0 +11,0 @@ |
@@ -386,3 +386,3 @@ /* | ||
data.misMatchPercentage = (mismatchCount / (height * width) * 100).toFixed(5); | ||
data.misMatchPercentage = (mismatchCount / (height * width) * 100).toFixed(2); | ||
data.diffBounds = diffBounds; | ||
@@ -389,0 +389,0 @@ data.analysisTime = Date.now() - time; |
{ | ||
"name": "protractor-image-comparison", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "npm-module to compare images with protractor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18992318
173
2371