{
  "plugins": {
    "local": {
      "browsers": [
        "chrome",
        "firefox"
      ],
      "browserOptions": {
        "chrome": [
          "disable-gpu"
        ],
        "firefox": [
        ]
      }
    },
    "sauce": {
      "disabled": true,
      "browsers": [
        {
          "browserName":  "firefox",
          "platform":     "Windows 10",
          "version":      ""
        }
      ]
    },
    "istanbul": {
      "dir": "test/coverage-report",
      "reporters": ["text-summary", "lcov"],
      "include": [
      ],
      "exclude": [
        "**/test/**/*"
      ]
    }
  }
}
