Skip to content

lstonussi/parking

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published