Unverified Commit 25f2399b authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Add flutter drive to readme. (#41509)

This adds a description of the command needed to run the driver test
parent 07e5cf00
......@@ -4,3 +4,11 @@ from the UI, or a native app that is meant to integrate with Flutter for
testing.
Intended for use with devicelab tests.
If you want to run a driver test locally, to debug a problem with a test,
you can use this command from the appropriate subdirectory:
```shell
% flutter drive
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment