playwright/browsers.json
github-actions[bot] 09afd50ab3
feat(chromium): roll to r920003 (#8833)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-10 15:34:50 +02:00

39 lines
747 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "920003",
"installByDefault": true
},
{
"name": "chromium-with-symbols",
"revision": "920003",
"installByDefault": false
},
{
"name": "firefox",
"revision": "1292",
"installByDefault": true
},
{
"name": "firefox-beta",
"revision": "1289",
"installByDefault": false
},
{
"name": "webkit",
"revision": "1541",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446"
}
},
{
"name": "ffmpeg",
"revision": "1005",
"installByDefault": true
}
]
}