mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
* 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
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"suites": ["test/runner.html"],
|
|
"environmentImports": [
|
|
"test-fixture/test-fixture.html"
|
|
],
|
|
"plugins": {
|
|
"local": {
|
|
"browserOptions": {
|
|
"chrome": [
|
|
"headless",
|
|
"disable-gpu"
|
|
],
|
|
"firefox": [
|
|
"-headless"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|