mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* use web drivers as a library only. do not fetch/clone web_installers * fixing comments * addressing reviewer comments * adding a trim to output. otherwise last fails
13 lines
292 B
YAML
13 lines
292 B
YAML
|
|
## Map for driver versions to use for each browser version.
|
|
## See: https://chromedriver.chromium.org/downloads
|
|
chrome:
|
|
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'
|