{ "id": "backstop_{{ projectname }}", "viewports": [ { "label": "phone", "width": 320, "height": 480 }, { "label": "tablet", "width": 768, "height": 1024 }, { "label": "desktop", "width": 1960, "height": 1280 } ], "onBeforeScript": "puppet/onBefore.js", "onReadyScript": "puppet/onReady.js", "scenarios": [ { "label": "{{ projectname }}", "url": "http://{{ webserver.type }}" } ], "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": 5, "asyncCompareLimit": 50, "debug": false, "debugWindow": false }