mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
9b57f0ceb5
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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": "934379",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "chromium-with-symbols",
|
|
"revision": "934379",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1300",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1302",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1570",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446"
|
|
}
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1006",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|