mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* update chrome version, should be merged after recipe changes * changing directory to use chrome driver in LUCI * changing directory path's order * add cipd packages's chrome version for mac * addressing reviewer comments * more documentation. update readme * remove late since it didn't build. remove distinction in paths for local and LUCI. * addressing reviewer comments. (non-null fields needs rechanging) * addressing reviewer comments. adding 2.6 on files missing the notation
15 lines
354 B
YAML
15 lines
354 B
YAML
## Map for driver versions to use for each browser version.
|
|
## See: https://chromedriver.chromium.org/downloads
|
|
chrome:
|
|
85: '85.0.4183.38'
|
|
84: '84.0.4147.30'
|
|
83: '83.0.4103.39'
|
|
81: '81.0.4044.69'
|
|
80: '80.0.3987.106'
|
|
79: '79.0.3945.36'
|
|
78: '78.0.3904.105'
|
|
77: '77.0.3865.40'
|
|
76: '76.0.3809.126'
|
|
75: '75.0.3770.140'
|
|
74: '74.0.3729.6'
|