Skip to content

Commit 25ce667

Browse files
authored
Update README for running the integration test
1 parent 4559866 commit 25ce667

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration_test/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
**_ATTENTION_**: Running this test will wipe the contents of the Firebase project(s) you run it against. Make sure you use disposable Firebase project(s)!
44

5+
Set env variable for the test project:
6+
export GCLOUD_PROJECT=<project_id>
7+
58
Run the integration test as follows:
69

710
```bash
8-
./run_tests.sh <project_id> [<project_id2>]
11+
./run_tests.sh
912
```
1013

1114
Test runs cycles of testing, once for Node.js 14 and another for Node.js 16.

0 commit comments

Comments
 (0)