grafeas/kritis

Make integration testing project configurable

开放

#466 创建于 2020年2月12日

 (1 条评论) (0 个反应) (0 位负责人)Go (135 个派生)auto 404
good first issueintegration-test

仓库指标

星标
 (710 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem? Please describe. Our integration tests has a dedicated GCP project ("kritis-int-test") harded in the tests. For example, for the containeranalysis package here. This makes it hard for a contributor to run those tests if they do not have access to that project. We should make this project configurable so that the tests can be run against a contributor's own GCP project.

Describe the solution you'd like Make the GCP project in integration tests configurable, and provide instructions on how to set them up.

Describe alternatives you've considered Leave as it is.

Additional context

This is specific to integration tests that live in each individual package. The tests under /integration folder is already project-configurable.

贡献者指南