Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 283 Bytes

integration_testing.md

File metadata and controls

15 lines (10 loc) · 283 Bytes

Integration Testing

Running Integration tests

Integration tests can be run by calling the runner file with specific platform

flutter test .\integration_test\runner.dart -d <platform>

Example:

flutter test .\integration_test\runner.dart -d windows