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.