testcafe-blink-diff
Advanced tools
Comparing version
@@ -50,3 +50,3 @@ const path = require('path'); | ||
const filename = normalize(options.label || t.testRun.test.name); | ||
const imagePath = `${normalize(groupId)}/${filename}/${type}.png`; | ||
const imagePath = `${normalize(groupId)}/${filename}/${options.as || type}.png`; | ||
@@ -53,0 +53,0 @@ return Promise.resolve() |
{ | ||
"name": "testcafe-blink-diff", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Visual regression for Testcafé through BlinkDiff", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
23744
0.06%