mirror of
https://github.com/foss42/apidash.git
synced 2025-05-20 07:46:32 +08:00
283 B
283 B
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