Skip to content

Commit

Permalink
Updating README and ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
tarciosaraiva committed Jun 8, 2016
1 parent 0496c5c commit e3b8803
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ From the [Pact website](http://docs.pact.io/):
Read [Getting started with Pact](http://dius.com.au/2016/02/03/microservices-pact/) for more information on
how to get going.

## Contact

* Twitter: [@pact_up](https://twitter.com/pact_up)
* Google users group: https://groups.google.com/forum/#!forum/pact-support

## How to use it
This package is not yet published to [NPM](https://www.npmjs.com/) so you will need to install it manually by modifying your `package.json`.

Expand Down Expand Up @@ -162,3 +157,18 @@ describe('Pact', () => {
})
})
```
## Contributing
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

If you would like to implement `Pact` in another language, please check out the [Pact specification](https://github.com/bethesque/pact-specification) and have a chat to one of us on the [pact-dev Google group](https://groups.google.com/forum/#!forum/pact-support).

The vision is to have a compatible `Pact` implementation in all the commonly used languages, your help would be greatly appreciated!

## Contact

* Twitter: [@pact_up](https://twitter.com/pact_up)
* Google users group: https://groups.google.com/forum/#!forum/pact-support
20 changes: 20 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Roadmap

There are a couple of things that would make `Pact` even greater.

Right now we have a [Pact Mocha Interface](https://github.com/pact-foundation/pact-js-mocha) that does the hardwork of wiring up a server for you and gives a nice, readable Pact test. This interface works both on the `Consumer` side and on the `Provider` side.

There is a WIP for a [Jasmine Pact Interface](https://github.com/pact-foundation/pact-js-jasmine) which is to do the same thing.

Other tools such as ...
- Grunt
- Gulp
- Broccoli
- Jest
- Karma

... are also on the pipeline.

Karma can be used right now with both Mocha and Jasmine - check the `examples` folder.

If you have any requests for functionality, feel free to drop us a line on this repo or have a chat to one of us on the [pact-dev Google group](https://groups.google.com/forum/#!forum/pact-support).

0 comments on commit e3b8803

Please sign in to comment.