Skip to content

Commit e0fe283

Browse files
authored
Update README.md (flutter#986)
1 parent a5203b0 commit e0fe283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing_app/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ The Flutter SDK can run unit tests and widget tests in a virtual machine, withou
2828
- Widget Tests:
2929
- Run `flutter run test/<file_path>`
3030
- Integration Tests:
31-
- Run `flutter drive --driver=integration_test/driver.dart --target=integration_test/app_test.dart`
31+
- Run `flutter test integration_test` to run all the integration tests with a single command.
32+
- Alternatively, you can run `flutter drive --driver=integration_test/driver.dart --target=integration_test/app_test.dart` to run them separately. You can also provide custom driver files with this command.
3233
- Performance Tests:
3334
- Run `flutter drive --driver=integration_test/perf_driver.dart --target=integration_test/perf_test.dart --profile --trace-startup`
3435
- Using a physical device and running performance tests in profile mode is recommended.

0 commit comments

Comments
 (0)