Files
apidash/doc/dev_guide/integration_testing.md
2024-08-26 19:12:13 +05:30

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