postman-open-technologies / microcks

This is a repo for managing our microcks partnership.
Apache License 2.0
1 stars 0 forks source link

gRPC Mock and Testing #3

Open kinlane opened 2 years ago

kinlane commented 2 years ago

I would like to do a story on gRPC mocking and testing, then use for a blog post, as well as prepare for a Breaking Changes TL;DR episode.

lbroudoux commented 2 years ago

gRPC mocking and testing is supported in Microcks since 1.3.0 (see https://microcks.io/blog/microcks-1.3.0-release/#a-hug-to-grpc-fans)

To support gRPC, Microcks uses the Multi-Artifacts support feature that allows API mock definitions to be built from different artifacts:

So basically, for gRPC we rely on 2 (or 3) complementary artifacts that are:

Check the reference doc here for details.

Some points on Mocking

Some points on Testing