Files
polymer/wct.conf.json

18 lines
280 B
JSON
Raw Normal View History

2016-02-16 11:43:39 -08:00
{
2017-01-09 15:46:15 -08:00
"suites": ["test/runner.html"],
"environmentImports": [
"test-fixture/test-fixture.html"
],
"plugins": {
"local": {
"browserOptions": {
"chrome": [
"headless",
"disable-gpu",
"no-sandbox"
]
}
}
}
2016-02-16 11:43:39 -08:00
}