Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 16, 2024
1 parent cd03a7b commit f56b19d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# WireMock Cloud gRPC examples

This project demonstrates an automated workflow for pushing a gRPC API definition into WireMock Cloud so that it can be mocked.

Currently, the only example uses Maven, and does the following:
* Build the set of .proto files under `src/main/proto` into a descriptor file.
* Push this into a specific WireMock Cloud mock API via the WireMock Cloud's API.

A [GitHub Actions workflow](.github/workflows/maven-build-and-push.yml) does this on each push to `main`.

0 comments on commit f56b19d

Please sign in to comment.