The Pact tests in the controller package require pact tooling to be installed and on your path. Follow these instructions to do so:
- Change directory to an appropriate folder (e.g.
/usr/local) - Run
curl -fsSL https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh | bash - Add the pact tools' bin folder (e.g.
/usr/local/pact/bin) to your path to your shell PATH. Ensure all binary files within thebin/folder has executable permissions - Run
go install github.com/pact-foundation/pact-go@v1to install thepact-gotool - Run
pact-go installto validate that all of the necessary Pact tools are installed