Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnonsantos committed Nov 25, 2019
1 parent b48cb67 commit 0d80768
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d80768

Please sign in to comment.