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