mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
* 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
21 lines
334 B
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|