From 0d8076801e3ae0fe783ac44300f3fc76fe60a796 Mon Sep 17 00:00:00 2001 From: Chinnon Santos Date: Mon, 25 Nov 2019 08:11:49 -0300 Subject: [PATCH] Release version 1.0.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9014b66..91b00f9 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,17 @@ To test only **Integration** (or assertion) of the project, run: flutter drive --target=test_driver/app.dart +_-->> First, be sure to launch an Android Emulator, iOS Simulator, or connect your computer to a real iOS / Android device. **Integration testing needs to be executed on a real system (simulator or device)!**_ + > "Unlike unit and widget tests, integration test suites do not run in the same process as the app being tested. Therefore, create two files that reside in the same directory. By convention, the directory is named **`test_driver`**." > \- An introduction to integration testing +## Running the APP + +To start the mobile App example, run: + + flutter run + ## License Copyright © 2019 | Chinnon Santos | MIT