Skip to content

Commit

Permalink
Merge pull request #1034 from cvgw/u/cvgw/update-integration-test-docs
Browse files Browse the repository at this point in the history
update instructions for running integration tests
  • Loading branch information
tejal29 authored Feb 6, 2020
2 parents 03f2ac4 + 49fc5c0 commit e0b9139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ export GCS_BUCKET="gs://<your bucket>"
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
Expand Down

0 comments on commit e0b9139

Please sign in to comment.