UNPKG

brakko

Version:

Simple runner based on backstopJs for Visual Regression Test

22 lines 612 B
module.exports = { "id": "prod_test", "viewports": [ { "name": "xlarge", "width": 1440, "height": 900 } ], "scenarios": [], "paths": { "bitmaps_reference": "backstop_data/bitmaps_reference", "bitmaps_test": "backstop_data/bitmaps_test", "casper_scripts": "casper_scripts", "html_report": "backstop_data/html_report", "ci_report": "backstop_data/ci_report" }, "casperFlags": [], "engine": "phantomjs", "report": ["browser", "CI"], "debug": true }