mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* change from build_runner to dart2js * add internalBootstrapBrowserTest to some of the tests * add internalBootstrapBrowserTest to all remaining tests * make tests build in paralel. Total time dropped from 586 to 177 seconds for 8 core MacBook * change isolates with pool * fixing analysis errors * skipping canvaskit tests for ios-safari * copy image files to the build directory * adding internalBootstrapBrowserTest to newly added tests * add internalBootstrapBrowserTest to faling path iterator test * necessary changes to make chrome windows work * in windows test in chrome instead of edge. our edge code was for legacy edge * do not run golden unit tests on Windows LUCI bots for now * addressing reviewer comments. Adding a method for deciding when to run integration tests. * remove lines that I forgot to remove * fixing analysis error. add issue for todo * add bootstap to a test file * adding bootstrap to another test * add internalBootstrapBrowserTest to a golden test * return test result in bat file. use archieve package to unzip * fixing logs for chrome_installer * use archieve and archieve entity instead of dynamic * adding comments for windows platform archieve part * addressing reviewer comments * change readme file
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: 1da6bb8df222f0d124e737e8abc20d68ddb7ea43
|
|
web_driver_installer:
|
|
git:
|
|
url: git://github.com/flutter/web_installers.git
|
|
path: packages/web_drivers/
|
|
ref: 1cea0d79cad1ebc217c4bcbeba1be41470674a49
|