roc / evw-customer-hof

HOF version of the EVW customer form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Dependency Status devDependency Status

EVW Customer HOF

A HOF version of the EVW Customer form.

Prerequisities

Things you need to install the software and how to install them

  • NodeJS
  • npm (bundled with node)
  • MongoDB running on the default port

Installing

$ mongod &
$ npm install
$ npm run dev

Go to http://localhost:8080/start

Running the tests

You will need the server running to run the cucumber tests against.

$ node_modules/.bin/nightwatch
$ # or run in chrome and firefox in parallel 🀘🏽😝🀘🏽
$ node_modules/.bin/nightwatch  -e chrome,firefox
$ # or via npm scripts
$ npm run test:acceptance

About

HOF version of the EVW customer form

License:GNU General Public License v2.0


Languages

Language:JavaScript 56.6%Language:CSS 18.2%Language:HTML 16.6%Language:Shell 7.5%Language:Gherkin 1.1%Language:Ruby 0.1%