polymer/wct.conf.json
2018-08-27 16:46:12 -07:00

18 lines
280 B
JSON

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