You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: doc/config.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,15 @@ compareOpts: {
225
225
}
226
226
```
227
227
228
+
#### buildDiffOpts
229
+
Extra options for building diff image. See [looks-same](https://github.com/gemini-testing/looks-same#building-diff-image) documentation for the list of available options. Default values are:
230
+
```javascript
231
+
buildDiffOpts: {
232
+
ignoreAntialiasing: true,
233
+
ignoreCaret: true
234
+
}
235
+
```
236
+
228
237
* `windowSize` — specify browser window dimensions (i.e. `1600x1200`). If not
229
238
specified, the size of the window depends on WebDriver. :warning: You can't set specific resolutions for browser Opera or mobile platforms. They use only full-screen resolution.
0 commit comments