[
  {
    "key": "LoadTestLoader",
    "budget": {},
    "config": {
      "view": {
        "max": 40
      },
      "report": {
        "maxRequests": 100,
        "timeout": 5000,
        "concurrency": 2,
        "requestsPerSecond": 1
      }
    }
  },
  {
    "key": "CSSStatsLoader",
    "budget": {},
    "config": {
      "timeout": 15000
    }
  },
  {
    "key": "CSSAnalyzeLoader",
    "budget": {},
    "config": {
      "timeout": 15000,
      "ignoreCerts": true
    }
  },
  {
    "key": "PSILoader",
    "budget": {
      "ruleGroups": {
        "SPEED": {
          "score": 90
        }
      }
    },
    "config": {
      "strategy": "desktop"
    }
  },
  {
    "key": "WebPageTestLoader",
    "budget": {},
    "config": {
      "options": {
        "location": "London_EC2:Chrome",
        "pollResults": 5,
        "timeout": 120,
        "runs": 1,
        "private": true,
        "connectivity": "Cable",
        "timeline": true,
        "disableScreenshot": true,
        "htmlBody": false,
        "pageSpeed": false,
        "medianMetric": false
      }
    }
  },
  {
    "key": "LightHouseLoader",
    "budget": {},
    "config": {
      "onlyAudits": [
        "works-offline",
        "first-meaningful-paint",
        "speed-index-metric",
        "estimated-input-latency",
        "first-interactive",
        "consistently-interactive"
      ]
    }
  },
  {
    "key": "HARLoader",
    "budget": {},
    "config": {
      "requestOptions": {
        "time": true,
        "timeout": 5000
      },
      "harOptions": {
        "withContent": false
      }
    }
  },
  {
    "key": "W3CLoader",
    "budget": {},
    "config": {}
  },
  {
    "key": "SEOLoader",
    "budget": {},
    "config": {}
  },
  {
    "key": "AccessSniffLoader",
    "budget": {},
    "config": {
      "browser": true,
      "accessibilityLevel": "WCAG2AAA",
      "reportType": "json",
      "verbose": false,
      "force": true
    }
  },
  {
    "key": "WappalyzerLoader",
    "budget": {},
    "config": {
      "options": {
        "debug": true,
        "maxDepth": 3,
        "maxUrls": 2,
        "maxWait": 1000,
        "recursive": false,
        "userAgent": "Wappalyzer"
      }
    }
  },
  {
    "key": "BrokenLinkLoader",
    "budget": {},
    "config": {
      "checkLinks": true
    }
  },
  {
    "key": "NetsniffLoader",
    "budget": {},
    "config": {
      "delay": 15000,
      "timeout": 15000
    }
  },
  {
    "key": "Pa11yLoader",
    "budget": {},
    "config": {
    }
  }
]
