040: Pact Broker (Pactflow)

The is a third in a series of screencasts in which we look at API and Microservice testing framework called Pact.

In this video we start looking sharing Pact files between Consumer and Provider via a Pact Broker. We use https://pactflow.io/ as our Broker rather than running out own.

The code produced during this episode can be found on GitHub: https://github.com/testingallthethings/038-pact-http-consumer-go https://github.com/testingallthethings/033-go-rest

039: Pact HTTP Provider Testing (Golang)

The is a second in a series of screencast in which we look at API and Microservice testing framework called Pact.

In this video we start looking at using Pact to test drive the implementation of a HTTP producer in Golang.

The code produced during this episode can be found on GitHub

038: Pact HTTP Consumer Testing (Golang)

The is a first in a series of screencasts in which we look at API and Microservice testing framework called Pact.

In this video we start looking at using Pact to test drive the implementation of a HTTP consumer in of our Book API in Golang.

This recording end a bit abruptly as I took a phone call and forgot to restart recording for the last few minutes of explaining the pact file.

The code produced during this episode can be found on GitHub