playwright/browsers.json
Dmitry Gozman c99acd0319
feat(firefox): rollback to 1157 (#3438)
1158 does not work on Windows.
2020-08-13 11:01:05 -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": "1157",
"download": true
},
{
"name": "webkit",
"revision": "1325",
"download": true
}
]
}