From 49fc5c032ded929c9cb559febd0e93838aa1cf3b Mon Sep 17 00:00:00 2001 From: cvgw Date: Thu, 6 Feb 2020 14:48:33 -0800 Subject: [PATCH] update instructions for running integration tests --- DEVELOPMENT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 69a629f54..18b69b3e3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -95,6 +95,12 @@ export GCS_BUCKET="gs://" export IMAGE_REPO="gcr.io/somerepo" ``` +Login for both user and application credentials +```shell +gcloud auth login +gcloud auth application-default login +``` + Then you can launch integration tests as follows: ```shell