testcafe-blink-diff
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "testcafe-blink-diff", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Visual regression for Testcafé through BlinkDiff", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"bin": { | ||
"testcafe-blink-diff": "bin" | ||
"testcafe-blink-diff": "bin/cli" | ||
}, | ||
"files": [ | ||
"bin", | ||
"index.js", | ||
"report.js", | ||
"builder.js", | ||
"index.html" | ||
"lib/index.html", | ||
"lib/index.js", | ||
"lib/builder.js", | ||
"dist/report.es5.js" | ||
], | ||
"scripts": { | ||
"dist": "mkdir -p dist && npm run build", | ||
"build": "buble lib/report.js > dist/report.es5.js", | ||
"prepublish": "npm run dist" | ||
}, | ||
"author": "Alvaro Cabrera <pateketrueke@gmail.com>", | ||
@@ -25,2 +30,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"buble": "^0.19.3", | ||
"eslint": "^5.3.0", | ||
@@ -27,0 +33,0 @@ "eslint-config-airbnb-base": "^13.1.0", |
@@ -36,3 +36,3 @@ [![NPM version](https://badge.fury.io/js/testcafe-blink-diff.png)](http://badge.fury.io/js/testcafe-blink-diff) | ||
Finally, invoke the CLI for generating a simple `index.html` report on the same directory where the screenshots are placed, e.g. | ||
Finally, invoke the CLI for generating a simple `generated/index.html` report, e.g. | ||
@@ -39,0 +39,0 @@ ```bash |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12384
264
4
1