File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ with all possible setups.
21
21
### Against Firestore emulator
22
22
23
23
This is the preferred way to run integration tests. The way it is configured is
24
- we have a controlling ` go_test ` (` integration_test_emulator.go ` ), which will
24
+ we have a controlling ` sh_test ` (` integration_test_emulator.sh ` ), which will
25
25
pull Firestore emulator as a ` data ` dependency and set it up before it finds and
26
26
runs the actual integration tests in separate processes.
27
27
@@ -61,6 +61,13 @@ impossible (such as Forge).
61
61
It is useful still, for example, to run it before a release or to debug issues
62
62
that only happen with real backend.
63
63
64
+ #### Linux:
65
+
66
+ ``` bash
67
+ # Run the tests locally (`--test_output=streamed`) so they have network access.
68
+ blaze test --test_output=streamed //firebase/firestore/client/cpp:cc_tests
69
+ ```
70
+
64
71
#### iOS (Runs on real devices via MobileHarness):
65
72
66
73
``` bash
You can’t perform that action at this time.
0 commit comments