mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
dcbcb93c26
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "1017",
|
|
"installByDefault": true,
|
|
"browserVersion": "104.0.5112.65"
|
|
},
|
|
{
|
|
"name": "chromium-with-symbols",
|
|
"revision": "1017",
|
|
"installByDefault": false,
|
|
"browserVersion": "104.0.5112.65"
|
|
},
|
|
{
|
|
"name": "chromium-tip-of-tree",
|
|
"revision": "1029",
|
|
"installByDefault": false,
|
|
"browserVersion": "106.0.5206.0"
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1335",
|
|
"installByDefault": true,
|
|
"browserVersion": "102.0"
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1335",
|
|
"installByDefault": false,
|
|
"browserVersion": "103.0b5"
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1691",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446",
|
|
"mac10.15": "1616"
|
|
},
|
|
"browserVersion": "16.0"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1007",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|