To install the exercise, you'll need node and npm. Run
npm install
to get all the dependencies.
Verify that the server is running OK by starting
npm start
and open http://localhost:3000/smoke in a browser. It should display a message with the current timestamp.
Keep the server running, and verify that the tests can run OK by running
npm test -- --filter=smoke
This should print a few green dots and a message 'logged in as admin'
- Zombie JS - note that version 3.1.1 is used for compatibility with older Node JS versions
- Express JS
- Handlebars JS
- Jasmine