From 25ce6673a430cdffcb94857757ee2f13206c929f Mon Sep 17 00:00:00 2001 From: Rustem Bekmukhametov Date: Thu, 1 May 2025 15:40:14 -0700 Subject: [PATCH] Update README for running the integration test --- integration_test/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration_test/README.md b/integration_test/README.md index 3b0f5413f..5e16664e5 100644 --- a/integration_test/README.md +++ b/integration_test/README.md @@ -2,10 +2,13 @@ **_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)! +Set env variable for the test project: +export GCLOUD_PROJECT= + Run the integration test as follows: ```bash -./run_tests.sh [] +./run_tests.sh ``` Test runs cycles of testing, once for Node.js 14 and another for Node.js 16.