Skip to content

Commit

Permalink
[ggj][infra][2/5] feat: bazel rules support for Asset API integration…
Browse files Browse the repository at this point in the history
… test (#394)

* add goldens files for redis client lib

* add bazel file

* format

* add todo comment for Redis client lib goldens

* add README to integration test goldens folder

* update redis goldens using micro

* add bazel rules

* remove package-info

* add bazel rules for integration test

* take api name as arg

* feedback

* work

* emit diff to test.log

* fix diff command

* rename

* add bazel rules

* update asset client lib goldens
  • Loading branch information
xiaozhenliu-gg5 authored Oct 23, 2020
1 parent 8992786 commit 9d1aafa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ integration_test(
target = ":redis_java_gapic",
data = ["//test/integration/goldens/redis:goldens_files"],
)

integration_test(
name = "asset",
target = ":asset_java_gapic",
data = ["//test/integration/goldens/asset:goldens_files"],
)

0 comments on commit 9d1aafa

Please sign in to comment.