mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
11 lines
167 B
Markdown
11 lines
167 B
Markdown
# windowing_test
|
|
|
|
Integration tests for windowing.
|
|
|
|
## Run
|
|
From this directory, run:
|
|
|
|
```sh
|
|
flutter drive -t ./lib/main.dart --driver ./test_driver/main_test.dart
|
|
```
|