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

21 lines
334 B
JSON

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