1.1.0 • Published 8 years ago

nodejs-pact-provider v1.1.0

Weekly downloads
21
License
-
Repository
github
Last release
8 years ago

PactJS

This is a PoC Pact Javascript implementation.

Currently it is a bare-bones implementation that can verify a provider's response.

Install

npm install nodejs-pact-provider --save-dev

Examples

Download the full codebase from GitHub.

To run the example provider verifications:

/pactjs/example/animal_service/$ node test/contracts.pact.js

Links

The official Pact specification

Ruby implementation of Pact

JVM implementation of Pact

.NET implementation of Pact