Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 769 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 769 Bytes

parking

A project with Integration test, bloc test and unit test.

Getting Started

Test Coverage:

To run the coverage it is necessary to run this command in the root of the project (lcov required):

flutter test --coverage && genhtml -o coverage coverage/lcov.info

image

Integration Test:

To run the integration test it is necessary to run this command in the root of the project:

flutter drive --debug --driver=test_driver/integration_test.dart --target=integration_test/e2e_test.dart

integration_test