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