mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* running screenshot tests on ios-safari unit tests * fixing the golden_smoke tests. changes to the documentation * addressing reviewer comments * cropping footer from the simulator screenshot. addressing some reviewer comments * use .dart_tools for recording the screenshots * fix the usage of the method * adding TODO's for missing documentation and not supported windows tests * addressing comments * changing to incremental counter for file names * add comment to the counter * fix anaylze issues * using takescreenshot method from the iosSimulator. * address reviewer comments * fix the scaling issue. disable eronous test * change the smoke file for top gap 282 * change the variable name for scale factor
38 lines
793 B
YAML
38 lines
793 B
YAML
name: ui
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.10.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
meta: 1.1.8
|
|
|
|
dev_dependencies:
|
|
analyzer: 0.39.15
|
|
archive: 2.0.13
|
|
http: 0.12.1
|
|
image: 2.1.13
|
|
js: 0.6.1+1
|
|
mockito: 4.1.1
|
|
path: 1.7.0
|
|
test: 1.14.3
|
|
quiver: 2.1.3
|
|
build_resolvers: 1.3.10
|
|
build_runner: 1.10.0
|
|
build_test: 1.0.0
|
|
build_web_compilers: 2.11.0
|
|
yaml: 2.2.1
|
|
watcher: 0.9.7+15
|
|
web_engine_tester:
|
|
path: ../../web_sdk/web_engine_tester
|
|
simulators:
|
|
git:
|
|
url: git://github.com/flutter/web_installers.git
|
|
path: packages/simulators/
|
|
ref: 4a9643e55e9bd127f4e4e3cb20e562ed5d5b9aa7
|
|
web_driver_installer:
|
|
git:
|
|
url: git://github.com/flutter/web_installers.git
|
|
path: packages/web_drivers/
|
|
ref: 1cea0d79cad1ebc217c4bcbeba1be41470674a49
|