playwright/browsers.json
Andrey Lushnikov a3e4185b2f
chore: nuke 'webkit-technology-preview' experiment (#7164)
It proved to be unmaintainable due to the following reasons:
- determining upstream branch for the technology preview was a manual
and tedious process
- once determined, actual Safari Technology Preview occasionally
diverted from the branch
2021-06-15 23:58:30 -07:00

39 lines
747 B
JSON

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