-
Notifications
You must be signed in to change notification settings - Fork 54
resemble.js Output Settings working? #118
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
Comments
I have the same issue. After debugging I can see the outputSettings object become empty here : Line 81
@puneet0191 do you agree ? |
I just added a fix and it's approved : #120 If you want to try it without waiting for next release you can use directly my commit in your project :
|
@puneet0191 we can close this one since its fix was merged #120 |
@saadichouaib will close after release, we are testing the new branch right now, will make release next week. cc @sharath2106 |
We have released the latest version (1.9.7) of the library yesterday. Closing this issue now. |
Hi, is this option resemble.js Output Settings working?
Tried to follow instructions, tried ignoredBox. No effect. I want to use ignoredBoxes.
const outputSettings = {
ignoredBox: { left: 184, top: 231, right: 284, bottom: 254}
};
I.seeVisualDiff("Reporing_TimeCorrection-CorrectionOfDetails.png", {prepareBaseImage: baseImage.desktopPages.reporting.timeCorrection, tolerance: 0.00, outputSettings:outputSettings})
The text was updated successfully, but these errors were encountered: