mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove retries and fix expectations (#9897)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3,31 +3,31 @@
|
||||
{
|
||||
"id": "chrome-headless",
|
||||
"platforms": ["linux", "win32", "darwin"],
|
||||
"parameters": ["chrome", "headless"],
|
||||
"parameters": ["chrome", "headless", "cdp"],
|
||||
"expectedLineCoverage": 93
|
||||
},
|
||||
{
|
||||
"id": "chrome-headful",
|
||||
"platforms": ["linux"],
|
||||
"parameters": ["chrome", "headful"],
|
||||
"parameters": ["chrome", "headful", "cdp"],
|
||||
"expectedLineCoverage": 93
|
||||
},
|
||||
{
|
||||
"id": "chrome-new-headless",
|
||||
"platforms": ["linux"],
|
||||
"parameters": ["chrome", "new-headless"],
|
||||
"parameters": ["chrome", "new-headless", "cdp"],
|
||||
"expectedLineCoverage": 93
|
||||
},
|
||||
{
|
||||
"id": "firefox-headless",
|
||||
"platforms": ["linux", "darwin"],
|
||||
"parameters": ["firefox", "headless"],
|
||||
"parameters": ["firefox", "headless", "cdp"],
|
||||
"expectedLineCoverage": 80
|
||||
},
|
||||
{
|
||||
"id": "firefox-headful",
|
||||
"platforms": ["linux"],
|
||||
"parameters": ["firefox", "headful"],
|
||||
"parameters": ["firefox", "headful", "cdp"],
|
||||
"expectedLineCoverage": 80
|
||||
},
|
||||
{
|
||||
@@ -61,6 +61,7 @@
|
||||
},
|
||||
"webDriverBiDi": {
|
||||
"PUPPETEER_PROTOCOL": "webDriverBiDi"
|
||||
}
|
||||
},
|
||||
"cdp": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user