Files
polymer/wct.conf.json
Daniel Freedman 5e2990e3af Use containers for testing again (#5070)
* Use containers for testing again

Disable chrome security sandbox due to travis-ci/travis-ci#8836

Remove node module caching with the removal of package lock

* flag is "no-sandbox"

* Add back npm cache
2018-01-30 10:53:21 -08:00

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"
]
}
}
}
}