mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 14:26:06 +08:00
doc: integration testing
This commit is contained in:
15
doc/dev_guide/integration_testing.md
Normal file
15
doc/dev_guide/integration_testing.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user