github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webapp/wct.conf.json (about)

     1  {
     2    "suites": [
     3      "components/test/*.html"
     4    ],
     5    "plugins": {
     6      "local": {
     7        "skipSeleniumInstall": true,
     8        "browserOptions": {
     9          "chrome": [
    10            "headless=new",
    11            "disable-gpu",
    12            "no-sandbox",
    13            "disable-features=ScriptStreaming"
    14          ],
    15          "firefox": [
    16            "-headless"
    17          ]
    18        }
    19      }
    20    },
    21    "compile": "never",
    22    "npm": true,
    23    "expanded": true,
    24    "verbose": true,
    25    "testTimeout": 300000
    26  }