You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the test suite, you need a Google Cloud Storage bucket and a Service Account with a key. You must also set the following environment variables:
6
+
7
+
*`TEST_GCLOUD_BUCKET` — the name of the bucket.
8
+
*`TEST_GCLOUD_CREDENTIALS_PATH` — path to the Service Account's keyfile.
9
+
10
+
It's best to put these in a `.env` file so that you don't have to supply these variables over and over. The test suite automatically loads environment variables from `.env`.
0 commit comments