Skip to content

Commit

Permalink
Document next step for sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrimootaz committed Aug 9, 2024
1 parent 8a21ccd commit 1f4efd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Follow this guide to run integration tests for your Flutter app on Android.
```
5. Create a directory called `integration_test` in the root of your Flutter project.
6. Create a file called `flutter_integration_test.dart` in the `integration_test` directory.
7. Update your testing dart file `flutter_integration_test.dart` to include the ***tearDownAll***, The purpose for this is to make sure we close the connection to the driver after the tests have completed.
7. Update your testing dart file `flutter_integration_test.dart` to include the ***tearDownAll***,
The purpose for this is to make sure we close the connection to the driver after the tests have completed.
```dart
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
Expand Down

0 comments on commit 1f4efd7

Please sign in to comment.