{
  "id": "backstop_default",
  "viewports": [
    {
      "label": "phone",
      "width": 320,
      "height": 480
    },
    {
      "label": "tablet",
      "width": 1024,
      "height": 768
    }
  ],
  "onBeforeScript": "puppet/onBefore.js",
  "onReadyScript": "puppet/onReady.js",
  "scenarios": [
    {
      "label": "Buttons hierarchy",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "selectors": [
        ".Vlt-btn--primary",
        ".Vlt-btn--secondary",
        ".Vlt-btn--tertiary",
        ".Vlt-btn--quaternary",
        ".Vlt-btn--destructive"
      ],
      "misMatchThreshold" : 0.05
    },
    {
      "label": "Buttons hierarchy primary hover",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "hoverSelector": ".Vlt-btn--primary",
      "selectors": [
        ".Vlt-btn--primary"
      ],
      "misMatchThreshold" : 0.05
    },
    {
      "label": "Buttons hierarchy secondary hover",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "hoverSelector": ".Vlt-btn--secondary",
      "selectors": [
        ".Vlt-btn--secondary"
      ],
      "misMatchThreshold" : 0.05
    },
    {
      "label": "Buttons hierarchy tertiary hover",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "hoverSelector": ".Vlt-btn--tertiary",
      "selectors": [
        ".Vlt-btn--tertiary"
      ],
      "misMatchThreshold" : 0.05
    },
    {
      "label": "Buttons hierarchy quaternary hover",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "hoverSelector": ".Vlt-btn--quaternary",
      "selectors": [
        ".Vlt-btn--quaternary"
      ],
      "misMatchThreshold" : 0.05
    },
    {
      "label": "Buttons hierarchy destructive hover",
      "url": "http://localhost:6006/iframe.html?id=buttons--hierarchy&&q=noanim",
      "hoverSelector": ".Vlt-btn--destructive",
      "selectors": [
        ".Vlt-btn--destructive"
      ],
      "misMatchThreshold" : 0.05
    }
  ],
  "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
}
