Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing reference and current images along with the diff result #311

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added documentation
  • Loading branch information
Muritavo committed Mar 1, 2021
commit 78df31e80baf3b4865cf4c520aafe38b126953fb
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ There are three currently available options to choose from when comparing images
}
```

### `includeReferenceOnDiff`

This property enables combining the diff with the reference images, side by side. This allows for a better visualization of the previous state and the new one, along with the diff engine result.

### [`pixelmatch`](https://github.com/mapbox/pixelmatch)

The default engine and is JavaScript only. It's more sensitive to changes on large images and is less susceptible to anti alias flakiness.
Expand Down