Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zoltan-nz/ember-pact-demo
- Owner: zoltan-nz
- Created: 2018-04-11T08:58:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T23:41:22.000Z (over 6 years ago)
- Last Synced: 2024-11-21T09:06:59.636Z (2 months ago)
- Topics: ember, emberjs, mocha, pact
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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