You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/instrumentation_adapter/README.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# instrumentation_adapter
2
2
3
-
Adapts flutter_test results as Android instrumentation tests, making them usable for Firebase Test Lab and other Android CI providers.
3
+
Adapts flutter_test results as Android instrumentation tests, making them usable
4
+
for Firebase Test Lab and other Android CI providers.
4
5
5
6
iOS support is not available yet, but is planned in the future.
6
7
7
8
## Usage
8
9
9
-
Add a dependency on the `instrumentation_adapter` package in the `dev_dependencies` section of pubspec.yaml. For plugins, do this in the pubspec.yaml of the example app.
10
+
Add a dependency on the `instrumentation_adapter` package in the
11
+
`dev_dependencies` section of pubspec.yaml. For plugins, do this in the
12
+
pubspec.yaml of the example app.
10
13
11
-
Invoke `InstrumentationAdapterFlutterBinding.ensureInitialized()` at the start of a test file.
14
+
Invoke `InstrumentationAdapterFlutterBinding.ensureInitialized()` at the start
0 commit comments