Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Update integration_test README #3824

Merged
merged 3 commits into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions packages/integration_test/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# integration_test (deprecated)
# integration_test (moved)

## DEPRECATED
## MOVED

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

```
dev_dependencies:
integration_test:
sdk: flutter
```

For the latest documentation, see [Integration
testing](https://flutter.dev/docs/testing/integration-tests).

## Old instructions

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