xgraph-adapter/Tests/WebViewer/Static/bower_components/polymer/wct.conf.json

21 lines
334 B
JSON
Raw Normal View History

2018-10-19 20:17:48 -04:00
{
"suites": ["test/runner.html"],
"environmentImports": [
"test-fixture/test-fixture.html"
],
"plugins": {
"local": {
"browserOptions": {
"chrome": [
"headless",
"disable-gpu",
"no-sandbox"
],
"firefox": [
"-headless"
]
}
}
}
}