Skip to content

Commit

Permalink
Fix type and broken link in README.md (#119)
Browse files Browse the repository at this point in the history
* Fix type of option "mismatchThreshold"

* Fix broken link
  • Loading branch information
ljpengelen authored and NimaSoroush committed Jan 21, 2019
1 parent f429d20 commit 7889c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -199,14 +199,14 @@ See [API.md](API.md) for a full list of API calls and examples.
|`imageSnapshotPath`|`string`|no|Stores reference screenshots in this directory|./differencify_reports|
|`saveDifferencifiedImage`|`boolean`|no|Save differencified image to test report path in case of mismatch|true|
|`saveCurrentImage`|`boolean`|no|Save the captured image from current test run to test report path|true|
|`mismatchThreshold`|`integer`|no|Difference tolerance between reference/test image|0.001|
|`mismatchThreshold`|`number`|no|Difference tolerance between reference/test image|0.001|

## TestOptions

|Parameter|type|required|description|default|
|---------|----|--------|-----------|-------|
|`testName`|`string`|no|Unique name for your test case|test|
|`chain`|`boolean`|no|Whether to chain differencify commands or not. More details on [examples](examples)|true|
|`chain`|`boolean`|no|Whether to chain differencify commands or not. See [API.md](API.md) for more details|true|

## Steps API

Expand Down

0 comments on commit 7889c06

Please sign in to comment.