aboutsummaryrefslogtreecommitdiff
path: root/wct.conf.json
blob: 9e7550dfd76aa8998729e6fed105482e4cf1138c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "suites": ["test/unit"],
  "plugins": {
    "local": {
      "browserOptions": {
        "chrome": [
          "headless",
          "disable-gpu"
        ],
        "firefox": [
          "-headless"
        ]
      }
    }
  }
}