Skip to content

lucasmajerowicz/pact-node-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Better Testing of Microservices Using Consumer-Driven Contracts in Node.js

Accompanying blog post here

Installation

Clone repository and run

npm install

Usage

Run consumer-side tests

mocha app/client/spec/PostServiceClient.spec.js

Run provider-side tests

node app/service/spec/PostService.spec.js

About

Example Consumer-Driven Contract tests in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published