mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* testing running the tests on all build modes * don't run debug mode on other browsers * fix platform message test failures * some cleanup. change dispose platform channel message * adding flags to control the integration tests better with felt * running tests by target name, selecting web rendering backend * fix conditions * carrying some conditions to helper methods. Adding comments * create a blocked list for failing canvaskit test * parse parameters before all integration tests * Give better warning to developers for tests that are blocked for CI * address some reviwer comments (more remains) * remove named parameters * also run with auto mode * add verbose option * reduce the number of tests running. skip url_test for now
11 lines
159 B
YAML
11 lines
159 B
YAML
name: web_test_utils
|
|
|
|
environment:
|
|
sdk: ">=2.11.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
path: 1.8.0-nullsafety.3
|
|
image: 2.1.13
|
|
js: 0.6.3-nullsafety.3
|
|
yaml: 2.2.1
|