Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zoltan-nz/ember-pact-demo

Playing with pact-mock server and Ember.js
https://github.com/zoltan-nz/ember-pact-demo

ember emberjs mocha pact

Last synced: 1 day ago
JSON representation

Playing with pact-mock server and Ember.js

Awesome Lists containing this project

README

        

# Ember Pact Demo

## How to run?

* Clone the project.

* Install `ember-cli` globally.

```
$ npm install -g ember-cli
```

* Setup `ember-client`.

```
$ cd ember-client
$ npm install
```

* Setup `pack-mock-server`

```
$ cd ../pact-mock-server
$ npm install
```

Example for pact-mock-server using mocha: https://github.com/pact-foundation/pact-js/tree/master/examples/mocha