build: update to latest stable Chromium 83.0.4103 in both rules_webtesting and puppeteer (#37427)

Also added in detailed instructions of the process to determine the URLs corresponding to Chromium version desired

PR Close #37427
This commit is contained in:
Greg Magolan
2020-06-03 15:43:32 -07:00
committed by atscott
parent 51d581ab27
commit 536dd647c6
9 changed files with 387 additions and 140 deletions

View File

@ -13,6 +13,10 @@
// "chromium_revision": "722234" but this does not map easily to the Chrome version
// so we use this mapping here instead.
module.exports = {
"3.3.0": "83.0.4103.0",
"3.2.0": "83.0.4103.0",
"3.1.0": "83.0.4103.0",
"3.0.0": "81.0.4044.0",
"2.1.1": "80.0.3987.0",
"2.1.0": "80.0.3987.0",
"2.0.0": "79.0.3942.0",