2022-09-08 10:32:39 +00:00
|
|
|
{
|
|
|
|
"testSuites": [
|
|
|
|
{
|
|
|
|
"id": "chrome-headless",
|
|
|
|
"platforms": ["linux", "win32", "darwin"],
|
2023-03-23 09:22:17 +00:00
|
|
|
"parameters": ["chrome", "headless", "cdp"],
|
2022-09-15 05:59:11 +00:00
|
|
|
"expectedLineCoverage": 93
|
2022-09-08 10:32:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "chrome-headful",
|
|
|
|
"platforms": ["linux"],
|
2023-03-23 09:22:17 +00:00
|
|
|
"parameters": ["chrome", "headful", "cdp"],
|
2022-09-15 05:59:11 +00:00
|
|
|
"expectedLineCoverage": 93
|
2022-09-08 10:32:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "chrome-new-headless",
|
|
|
|
"platforms": ["linux"],
|
2023-03-23 09:22:17 +00:00
|
|
|
"parameters": ["chrome", "new-headless", "cdp"],
|
2022-09-15 05:59:11 +00:00
|
|
|
"expectedLineCoverage": 93
|
2022-09-08 10:32:39 +00:00
|
|
|
},
|
2023-08-28 08:53:22 +00:00
|
|
|
{
|
|
|
|
"id": "chrome-new-headless-tab",
|
|
|
|
"platforms": ["linux"],
|
|
|
|
"parameters": ["chrome", "new-headless", "cdp", "tabTarget"],
|
|
|
|
"expectedLineCoverage": 93
|
|
|
|
},
|
2022-09-08 10:32:39 +00:00
|
|
|
{
|
|
|
|
"id": "firefox-headless",
|
2022-09-23 17:06:09 +00:00
|
|
|
"platforms": ["linux", "darwin"],
|
2023-03-23 09:22:17 +00:00
|
|
|
"parameters": ["firefox", "headless", "cdp"],
|
2022-09-15 05:59:11 +00:00
|
|
|
"expectedLineCoverage": 80
|
2022-09-14 14:40:58 +00:00
|
|
|
},
|
2022-09-23 05:23:36 +00:00
|
|
|
{
|
|
|
|
"id": "firefox-headful",
|
|
|
|
"platforms": ["linux"],
|
2023-03-23 09:22:17 +00:00
|
|
|
"parameters": ["firefox", "headful", "cdp"],
|
2022-09-23 05:23:36 +00:00
|
|
|
"expectedLineCoverage": 80
|
|
|
|
},
|
2022-09-14 14:40:58 +00:00
|
|
|
{
|
|
|
|
"id": "firefox-bidi",
|
|
|
|
"platforms": ["linux"],
|
2022-09-15 05:59:11 +00:00
|
|
|
"parameters": ["firefox", "headless", "webDriverBiDi"],
|
|
|
|
"expectedLineCoverage": 56
|
2022-12-20 14:37:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "chrome-bidi",
|
|
|
|
"platforms": ["linux"],
|
|
|
|
"parameters": ["chrome", "headless", "webDriverBiDi"],
|
|
|
|
"expectedLineCoverage": 56
|
2022-09-08 10:32:39 +00:00
|
|
|
}
|
|
|
|
],
|
2023-02-28 11:55:20 +00:00
|
|
|
"parameterDefinitions": {
|
2022-09-08 10:32:39 +00:00
|
|
|
"chrome": {
|
|
|
|
"PUPPETEER_PRODUCT": "chrome"
|
|
|
|
},
|
|
|
|
"firefox": {
|
|
|
|
"PUPPETEER_PRODUCT": "firefox"
|
|
|
|
},
|
|
|
|
"headless": {
|
2023-04-24 06:25:39 +00:00
|
|
|
"HEADLESS": "true",
|
|
|
|
"PUPPETEER_LOGLEVEL": "silent"
|
2022-09-08 10:32:39 +00:00
|
|
|
},
|
|
|
|
"headful": {
|
|
|
|
"HEADLESS": "false"
|
|
|
|
},
|
2023-02-06 18:18:28 +00:00
|
|
|
"new-headless": {
|
2022-12-07 13:54:00 +00:00
|
|
|
"HEADLESS": "new"
|
2022-09-14 14:40:58 +00:00
|
|
|
},
|
|
|
|
"webDriverBiDi": {
|
|
|
|
"PUPPETEER_PROTOCOL": "webDriverBiDi"
|
2023-03-23 09:22:17 +00:00
|
|
|
},
|
2023-08-28 08:53:22 +00:00
|
|
|
"cdp": {},
|
|
|
|
"tabTarget": {
|
|
|
|
"PUPPETEER_INTERNAL_TAB_TARGET": "true"
|
|
|
|
}
|
2022-09-08 10:32:39 +00:00
|
|
|
}
|
|
|
|
}
|