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
I have a reference image where a few labels are marked as mandatory with * and a few Radio buttons with default values selected.
I took the reference and then made changes in the HTML code, removed * for one mandatory filed and removed the default radio button selection.
then ran the test, the test was marked as pass and I can see in the screenshot, that the reference and test images are different.
I have a reference image where a few labels are marked as mandatory with * and a few Radio buttons with default values selected.
I took the reference and then made changes in the HTML code, removed * for one mandatory filed and removed the default radio button selection.
then ran the test, the test was marked as pass and I can see in the screenshot, that the reference and test images are different.
see the attached screenshot for more details.
backstop.json
`{
"id": "My_Portal",
"viewports": [
],
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarioDefaults": {
"readySelector": "",
"onReadyScript": "customScripts/acceptCookies.js",
"delay": 5000,
"hideSelectors": [],
"removeSelectors": [],
"hoverSelector": "",
"clickSelector": "",
"postInteractionWait": 1000,
"selectors": [],
"selectorExpansion": true,
"misMatchThreshold" : 0.1,
"requireSameDimensions": true
},
"scenarios": [
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"engine_scripts": "backstop_data/engine_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "puppeteer",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 15,
"asyncCompareLimit": 50,
"debug": true,
"debugWindow": true
}
`
For security purposes, I hide some labels and other details
The text was updated successfully, but these errors were encountered: