From 18293802bd9516fd6e3474e002c646395d1d093a Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Wed, 28 Aug 2019 16:59:45 -0700 Subject: [PATCH] Update README.md (#39448) fix type: bin/tests -> bin/tasks --- dev/devicelab/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/devicelab/README.md b/dev/devicelab/README.md index c3231f5999..38f11fd949 100644 --- a/dev/devicelab/README.md +++ b/dev/devicelab/README.md @@ -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