Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DiUS/pactjs0
- Owner: DiUS
- License: mit
- Archived: true
- Created: 2014-09-19T03:54:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T23:19:46.000Z (about 8 years ago)
- Last Synced: 2024-07-05T16:09:39.304Z (4 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 4
- Watchers: 87
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)