Skip to content

Instantly share code, notes, and snippets.

@gilzow
Created April 16, 2021 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilzow/62f08ea6e9834ff21b85b38305bc9711 to your computer and use it in GitHub Desktop.
Save gilzow/62f08ea6e9834ff21b85b38305bc9711 to your computer and use it in GitHub Desktop.
{
"id": "backstop_default",
"viewports": [
{
"label": "phone",
"width": 320,
"height": 480
},
{
"label": "desktop",
"width": 1280,
"height": 1024
}
],
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "HES",
"url": "https://hes.missouri.edu/"
},
{
"label": "Identity home",
"url": "https://identity.missouri.edu/"
},
{
"label": "Identity Photo Guidelines",
"url": "https://identity.missouri.edu/visual-identity/photography/"
},
{
"label": "Renewal",
"url": "https://renewal.missouri.edu/"
},
{
"label": "Veterans",
"url": "https://veterans.missouri.edu/"
}
],
"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": ["CI"],
"engine": "puppeteer",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"debug": false,
"debugWindow": false,
"docker": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment