Files
polymer/wct.conf.json
Daniel Freedman ecd1ba3a4c Fix tests (#5050)
* Use sudo to fix chrome testing

There is a bug with the chrome sandbox in the Travis CI container
system, which is fixed by using `sudo: required`.

Related to travis-ci/travis-ci#8836

* reduce cognitive overhead of the test runner

* remove testing polyfilled Custom Elements with native ShadowDOM

* Use headless chrome and firefox

Use MacOS 10.13 for Safari 11

* disable testing CSS Custom Property Shim

* move sauce tests into script for travis_wait compat
2018-01-19 14:03:20 -08:00

20 lines
310 B
JSON

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