# Integration Testing ## Running Integration tests Integration tests can be run by calling the runner file with specific platform ```shell flutter test .\integration_test\runner.dart -d ``` Example: ```shell flutter test .\integration_test\runner.dart -d windows ```