xolvio / qualityfaster-old

The code behind the book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Faster

Pre-requisites

Install Meteor:

curl https://install.meteor.com/ | sh

Install Java 8 JDK from here (Must be the JDK, not the JRE)

Install Node v4.3 You might want to use NVM

nvm install v4.3
nvm use v4.3
npm install

Using Windows?

Run

Start Wallaby (use the .wallaby.js configuration)

open two terminals:

Run Meteor in Terminal 1:

npm run meteor

Once that has started:

Run Chimp in Terminal 2: (for OSX/Linux)

npm run chimp

Run Chimp in Terminal 2: (for Windows)

npm instal -g chimp
.scripts\run-chimp.bat

Do BDD with your team!

About

The code behind the book


Languages

Language:JavaScript 76.6%Language:Shell 8.4%Language:Batchfile 5.7%Language:HTML 5.4%Language:Gherkin 4.0%