playwright/browsers.json
Andrey Lushnikov 3c36322c72
feat(ffmpeg): roll FFMPEG to r1005 (#5303)
Drive-By: update `//utils/roll_browser.js` script to support FFMPEG

References #5278
2021-02-03 21:15:09 -08:00

26 lines
437 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "845618",
"download": true
},
{
"name": "firefox",
"revision": "1228",
"download": true
},
{
"name": "webkit",
"revision": "1428",
"download": true
},
{
"name": "ffmpeg",
"revision": "1005",
"download": true
}
]
}