Skip to content

Commit c25fed5

Browse files
wu-huia-maurice
authored andcommitted
Update README.md to reflect latest status
PiperOrigin-RevId: 292543116
1 parent 97bd8ab commit c25fed5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

firestore/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with all possible setups.
2121
### Against Firestore emulator
2222

2323
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
2525
pull Firestore emulator as a `data` dependency and set it up before it finds and
2626
runs the actual integration tests in separate processes.
2727

@@ -61,6 +61,13 @@ impossible (such as Forge).
6161
It is useful still, for example, to run it before a release or to debug issues
6262
that only happen with real backend.
6363

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+
6471
#### iOS (Runs on real devices via MobileHarness):
6572

6673
```bash

0 commit comments

Comments
 (0)