Consumer Driven Contract Testing with Pact - Frontend

6 months ago
13

Hello, I am continuing a series of videos about Consumer-Driven Contract Testing. In this video I'll talk about CDC testing from a Frontend perspective:
- show practical examples of using CDC testing with Angular Framework, Karma test runner, Jasmine and Pact.js.
- generate and publish a consumer-driven contract.
- consider the karma configuration file
- my organization structure of test files
- understand the scope of CDC Testing on the consumer side
- and how the pact.js mock a server (provider) to verify collaboration according contract on the client side

Code: https://github.com/kir-ushakov/yt-con...

https://pactflow.io/ - Pactflow Project Website
https://docs.pact.io/ - Pact Docs
https://github.com/pact-foundation/pa...
https://en.wikipedia.org/wiki/Robustn...

Loading comments...