playwright/browsers.json
Dmitry Gozman d31cbc21e5
fix(video): wait for videos when closing persistent context (#4040)
To achieve this, we close all the pages one by one, then wait
for the videos to finish processing, and then close the browser.
2020-10-04 18:18:05 -07:00

21 lines
351 B
JSON

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