1{
2  "suites": ["tests/runner.html"],
3  "npm": true,
4  "plugins": {
5    "local": {
6      "browserOptions": {
7        "chrome": [
8          "disable-gpu",
9          "no-sandbox"
10        ]
11      }
12    }
13  }
14}
15