Skip to content

Commit 7889c06

Browse files
ljpengelenNimaSoroush
authored andcommitted
Fix type and broken link in README.md (#119)
* Fix type of option "mismatchThreshold" * Fix broken link
1 parent f429d20 commit 7889c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)