flutter/dev/integration_tests
Greg Spencer 5d0d1b038f
Add Bash and Zsh command-line completion for flutter (#19243)
This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion.

Because it adds a dependency, I also had to do flutter update-packages --force-upgrade.

Fixes #18988.
2018-07-13 21:24:36 -07:00
..
android_host_app Add2app devicelab test (#18795) 2018-06-25 22:37:47 +02:00
channels Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
external_ui Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
flavors Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
platform_interaction Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
ui Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
README.md Integration test for channel communication (#9621) 2017-04-27 08:44:28 +02:00

Automated Flutter integration test suites. Each suite consists of a complete Flutter app and a flutter_driver specification that drives tests from the UI.

Intended for use with devicelab.