mirror of
https://github.com/foss42/apidash.git
synced 2025-05-20 15:56:34 +08:00
16 lines
283 B
Markdown
16 lines
283 B
Markdown
# 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
|
|
```
|