Lines Matching +full:integration +full:- +full:tests
1 # Showcase Integration Testing
3 [GAPIC Showcase](https://github.com/googleapis/gapic-showcase) is an API that demonstrates Generated
5 design guide](https://cloud.google.com/apis/design/). `gapic-generator-java` generates a client for
6 the Showcase API which can communicate with a local Showcase server to perform integration tests.
20 $ go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$GAPIC_SHOWCASE_VERSION"
22 $ gapic-showcase --help
23 > Root command of gapic-showcase
26 > gapic-showcase [command]
29 > completion Emits bash a completion for gapic-showcase
36 > sequence Sub-command for Service: Sequence
40 > -h, --help help for gapic-showcase
41 > -j, --json Print JSON output
42 > -v, --verbose Print verbose output
43 > --version version for gapic-showcase
52 $ gapic-showcase run
57 > 2022/11/21 16:22:15 Listening for gRPC-fallback connections
63 ## Running the Integration Tests
69 $ mvn verify -P enable-integration-tests -P enable-golden-tests
74 * `-P enable-golden-tests` is optional. These tests do not require a local server.
82 $ mvn compile -P update