...

/

Contract Testing with Pact

Contract Testing with Pact

Explore how Pact simplifies contract testing by providing libraries for multiple languages and its integration with CI/CD processes.

We'll cover the following...

Just like using the Testify suite package for our more complex test setups, we will use a tool called Pact to handle a lot of the concerns outside of our tests. Pact provides libraries for many languages, which is handy for testing a JavaScript UI with your Go backend. Several tools can be used locally by the developers, as well as in the CI/CD process, to ...