ghost uses Nightmarejs, which is a high level browser automation library to test the html and js of 0x15-javascript-web_jquery.
You can install the dependencies by running
$ npm install
$ ./setup.sh GITUBNAME
# ./setup.sh glyif
To run test, you have to first run the express server to serve the static files (on separate terminal)
$ npm start
$ npm test
$ ./cleanup.sh