[ci] Run more web tests (#3739)

This change enables the integration_tests of the following packages to run in Cirrus CI:

* google_sign_in_web
* connectivity_for_web
* google_maps_flutter_web
* url_launcher_web
This commit is contained in:
David Iglesias
2021-03-19 16:34:20 -07:00
committed by GitHub
parent 514457de82
commit 116a0e2900
2 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ Tried searching for the following:
driveArgs.addAll(<String>[
'-d',
'web-server',
'--web-port=7357',
'--browser-name=chrome',
]);
}