Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 287 Bytes

starter-flutter

Starter template for Flutter apps.

Integration Test

To run integration test from the command line (e.g. CI/CD):

flutter test --flavor flavor_test integration_test/happy_flow_test.dart --machine > test-report.json

The output will be in test-report.json.