Unverified Commit b816801a authored by kye shimizu's avatar kye shimizu Committed by GitHub

fix to add both flutter_test and integration_test (#109650)

parent 3ed14a05
...@@ -11,7 +11,10 @@ Add a dependency on the `integration_test` and `flutter_test` package in the ...@@ -11,7 +11,10 @@ Add a dependency on the `integration_test` and `flutter_test` package in the
`pubspec.yaml` of the example app: `pubspec.yaml` of the example app:
```yaml ```yaml
integration_test: dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter sdk: flutter
``` ```
...@@ -277,6 +280,7 @@ end ...@@ -277,6 +280,7 @@ end
``` ```
To build `integration_test/foo_test.dart` from the command line, run: To build `integration_test/foo_test.dart` from the command line, run:
```sh ```sh
flutter build ios --config-only integration_test/foo_test.dart flutter build ios --config-only integration_test/foo_test.dart
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment