playwright/browsers.json
Yury Semikhatsky b52d259738
feat(webkit): bump to 1321 (#3270)
The Windows browser archive is now 38Mb compared to 51Mb in 1320.
2020-08-03 12:01:31 -07:00

21 lines
351 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "792639",
"download": true
},
{
"name": "firefox",
"revision": "1144",
"download": true
},
{
"name": "webkit",
"revision": "1321",
"download": true
}
]
}