mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-16 07:33:35 +03:00
53b84541ab
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
40 lines
775 B
JSON
40 lines
775 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "983172",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "chromium-with-symbols",
|
|
"revision": "983172",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1320",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1318",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1620",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446",
|
|
"mac10.15": "1616"
|
|
}
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1007",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|