Update README.md (#39448)

fix type: bin/tests -> bin/tasks
This commit is contained in:
keyonghan 2019-08-28 16:59:45 -07:00 committed by GitHub
parent 73b798b260
commit 18293802bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ the `run.dart` command. For example:
# Writing tests
A test is a simple Dart program that lives under `bin/tests` and uses
A test is a simple Dart program that lives under `bin/tasks` and uses
`package:flutter_devicelab/framework/framework.dart` to define and run a _task_.
Example:
@ -232,7 +232,7 @@ your test edit `manifest.yaml` and add the following in the "tasks" dictionary:
Where:
- `{NAME_OF_TEST}` is the name of your test that also matches the name of the
file in `bin/tests` without the `.dart` extension.
file in `bin/tasks` without the `.dart` extension.
- `{DESCRIPTION}` is the plain English description of your test that helps
others understand what this test is testing.
- `{STAGE}` is `devicelab` if you want to run on Android, or `devicelab_ios` if