webdriver-image-comparison
Advanced tools
@@ -7,3 +7,3 @@ "use strict"; | ||
} | ||
var disableTransformationsTransitionsAnimations = "\n*, *::before, *::after {\n -o-transition-property: none !important;\n -moz-transition-property: none !important;\n -ms-transition-property: none !important;\n -webkit-transition-property: none !important;\n transition-property: none !important;\n -webkit-animation: none !important;\n -moz-animation: none !important;\n -o-animation: none !important;\n -ms-animation: none !important;\n animation: none !important;\n}"; | ||
var disableTransformationsTransitionsAnimations = "\n*, *::before, *::after {\n -o-transition-property: none !important;\n -moz-transition-property: none !important;\n -ms-transition-property: none !important;\n -webkit-transition-property: none !important;\n transition-property: none !important;\n -webkit-animation: none !important;\n -moz-animation: none !important;\n -o-animation: none !important;\n -ms-animation: none !important;\n animation: none !important;\n caret-color: transparent !important;\n}"; | ||
var addressBarPadding = cssOptions.addressBarPadding, disableCSSAnimation = cssOptions.disableCSSAnimation, id = cssOptions.id, toolBarPadding = cssOptions.toolBarPadding; | ||
@@ -10,0 +10,0 @@ var bodyTopPadding = addressBarPadding === 0 ? '' : "body{padding-top:" + addressBarPadding + "px !important}"; |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
@@ -15,3 +15,2 @@ "main": "./build/index.js", | ||
"test:watch": "npm run test -- --watchAll", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"watch": "npm run compile -- -w", | ||
@@ -45,3 +44,2 @@ "precompile": "npm run clean", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"coveralls": "^3.1.0", | ||
"husky": "^5.1.3", | ||
@@ -48,0 +46,0 @@ "jest": "^26.6.3", |
# webdriver-image-comparison | ||
[](https://coveralls.io/github/wswebcreation/webdriver-image-comparison?branch=master) | ||
 | ||
[](https://codecov.io/gh/wswebcreation/webdriver-image-comparison) | ||
[](http://opensource.org/licenses/MIT) | ||
@@ -15,2 +16,2 @@ | ||
- [ ] Optimize UT's and increase coverage | ||
- [ ] Look at the execute methods, maybe they could be optimized | ||
- [ ] Look at the execute methods, maybe they could be optimized |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
787145
0.11%16
-5.88%240
0.42%17
13.33%