Integration Testing

August 26, 2024 ยท View on GitHub

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