doc: integration testing

This commit is contained in:
DenserMeerkat
2024-08-26 19:12:13 +05:30
parent d537e6d9bb
commit 4ba39a334d

View File

@ -0,0 +1,15 @@
# 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 <platform>
```
Example:
```shell
flutter test .\integration_test\runner.dart -d windows
```