Skip to content

burkaydurdu/gop-pact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pact Notes


For Consumer

go test -v ./...  -tags=consumer

For Provider

go test -v ./...  -tags=provider

Run Broker

docker-compose build .
docker-compose up

can-i-deploy

Before you deploy a new version of an application to a production environment, you need to know whether or not the version you're about to deploy is compatible with the versions of the other apps that already exist in that environment.

pact-broker can-i-deploy --pacticipant=GopClient --broker-base-url=http://localhost --version=2.5.2 --to=dev

🎉 Thank you! Abdulsametileri