File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,14 @@ See [API.md](API.md) for a full list of API calls and examples.
199199| ` imageSnapshotPath ` | ` string ` | no| Stores reference screenshots in this directory| ./differencify_reports|
200200| ` saveDifferencifiedImage ` | ` boolean ` | no| Save differencified image to test report path in case of mismatch| true|
201201| ` saveCurrentImage ` | ` boolean ` | no| Save the captured image from current test run to test report path| true|
202- | ` mismatchThreshold ` | ` integer ` | no| Difference tolerance between reference/test image| 0.001|
202+ | ` mismatchThreshold ` | ` number ` | no| Difference tolerance between reference/test image| 0.001|
203203
204204## TestOptions
205205
206206| Parameter| type| required| description| default|
207207| ---------| ----| --------| -----------| -------|
208208| ` testName ` | ` string ` | no| Unique name for your test case| test|
209- | ` chain ` | ` boolean ` | no| Whether to chain differencify commands or not. More details on [ examples ] ( examples ) | true|
209+ | ` chain ` | ` boolean ` | no| Whether to chain differencify commands or not. See [ API.md ] ( API.md ) for more details | true|
210210
211211## Steps API
212212
You can’t perform that action at this time.
0 commit comments