chore: remove retries and fix expectations (#9897)

This commit is contained in:
Alex Rudenko
2023-03-23 10:22:17 +01:00
committed by GitHub
parent 976684e4e1
commit ad7bbaebef
7 changed files with 2081 additions and 1847 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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": {}
}
}