Skip to content

znsio/specmatic-order-bff-grpc-go

Repository files navigation

Architecture

Specmatic gRPC Support Architecture

Setup

Cloning with submodules

  1. Clone the repository
git clone https://github.com/znsio/specmatic-order-bff-grpc-go
  1. Initialize and update the proto_files submodule
git submodule update --init --recursive --remote
  1. Enable automatic submodule updating when executing git pull
git config submodule.recurse true

Contract Testing BFF using specmatic-grpc docker image (preferred) with test containers

go mod tidy
go test contract_test.go -v -count=1 

About

Specmatic Order Bff GRPC Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published