Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DiUS/pactjs0

Spike code for Javascript implementation of Pact
https://github.com/DiUS/pactjs0

Last synced: 3 months ago
JSON representation

Spike code for Javascript implementation of Pact

Awesome Lists containing this project

README

        

PactJS
======

This is a PoC Pact Javascript implementation.

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

## __*NOTE: This is being superseded by a work in progress at https://github.com/DiUS/pact-js-provider*__

Install
-------

npm install pactjs --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](https://github.com/bethesque/pact-specification)

Ruby implementation of [Pact](https://github.com/realestate-com-au/pact)

JVM implementation of [Pact](https://github.com/DiUS/pact-jvm)