mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
39 lines
747 B
JSON
39 lines
747 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "891964",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "chromium-with-symbols",
|
|
"revision": "891964",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1274",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1267",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1507",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446"
|
|
}
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1005",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|