Skip to content

Commit 6716d75

Browse files
johnpryansfshaza2
andauthored
Update integration_test README (flutter#3824)
* Change deprecated to moved - add a link to the flutter.dev docs - add a link to the new location - Changed "deprecated" to "moved" to avoid confusion, since this is still the recommended way to write unit tests, but needs to be imported differently. * Update packages/integration_test/README.md * Apply suggestions from code review Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
1 parent c254963 commit 6716d75

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

packages/integration_test/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
# integration_test (deprecated)
1+
# integration_test (moved)
22

3-
## DEPRECATED
3+
## MOVED
44

5-
This package has been moved to the Flutter SDK. Starting with Flutter 2.0,
6-
it should be included as:
5+
This package has [moved to the Flutter
6+
SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test),
7+
and the pub.dev version is deprecated.
8+
As of Flutter 2.0, include it in your pubspec's
9+
dev dependencies section, as follows:
710

811
```
912
dev_dependencies:
1013
integration_test:
1114
sdk: flutter
1215
```
1316

17+
For the latest documentation, see [Integration
18+
testing](https://flutter.dev/docs/testing/integration-tests).
19+
1420
## Old instructions
1521

1622
This package enables self-driving testing of Flutter code on devices and emulators.

0 commit comments

Comments
 (0)