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: CONTRIBUTING.md
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -111,21 +111,37 @@ flutter test
111
111
### End-to-end (e2e) tests
112
112
113
113
E2e tests are those which directly communicate with Firebase, whose results cannot be mocked. These tests run directly from
114
-
an example application. To run e2e tests, run the `flutter drive` command from the plugins main `example` directory, targeting the
115
-
entry e2e test file.
114
+
an example application. To run e2e tests, run the `flutter test` (for Android & iOS) or the `flutter drive` (for macOS & web)
115
+
command from the plugins main `example` directory, targeting the entry e2e test file.
116
116
117
117
> Some packages use Firebase Emulator Suite to run tests. To learn more, [visit the official documentation](https://firebase.google.com/docs/emulator-suite).
118
118
119
+
To start the Firebase Emulator, run these commands:
0 commit comments