{
  "suites": ["tests/runner.html"],
  "clientOptions": {
    "environmentImports": []
  },
  "plugins": {
    "local": {
      "browserOptions": {
        "chrome": [
          "headless",
          "disable-gpu",
          "no-sandbox"
        ],
        "firefox": [
          "-headless"
        ]
      }
    }
  }
}
