mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
bfe7b7cc20
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": "956323",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "chromium-with-symbols",
|
|
"revision": "956323",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1314",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1314",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1597",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446"
|
|
}
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1007",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|