mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* change the version of simulator. luci bots only has 13.0 * skip failing pointer binding tests * skip path_metrics (canvaskit) and a method from surface_test * fix analyzer errors * remove extra added touch event context test * removing left overs for screenshot debugging * apply reviewers suggestion for skipping tests
21 lines
641 B
YAML
21 lines
641 B
YAML
chrome:
|
|
# It seems Chrome can't always release from the same build for all operating
|
|
# systems, so we specify per-OS build number.
|
|
# Note: 741412 binary is for Chrome Version 82. Driver for Chrome version 83
|
|
# is not working with chrome.binary option.
|
|
Linux: 741412
|
|
Mac: 735194
|
|
Win: 735105
|
|
firefox:
|
|
version: '72.0'
|
|
edge:
|
|
launcher_version: '1.2.0.0'
|
|
ios-safari:
|
|
majorVersion: 13
|
|
minorVersion: 0
|
|
device: 'iPhone 11'
|
|
## geckodriver is used for testing Firefox Browser. It works with multiple
|
|
## Firefox Browser versions.
|
|
## See: https://github.com/mozilla/geckodriver/releases
|
|
geckodriver: 'v0.26.0'
|