This app is for writing tests to verify your application works correctly and as you'd expect in a browser. It's using Jasmine and Zombie to achieve this.
https://brew.sh/
brew install nvm
nvm install 6.11.1 (latest at time of writing)
mkdir node-smoketests
cd node-smoketests
npm install
node app.js
http://ricostacruz.com/cheatsheets/zombie.html