diff --git a/doc/dev_guide/integration_testing.md b/doc/dev_guide/integration_testing.md new file mode 100644 index 00000000..5d8ff32e --- /dev/null +++ b/doc/dev_guide/integration_testing.md @@ -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 +``` + +Example: + +```shell +flutter test .\integration_test\runner.dart -d windows +```