The project assumes that you have Node.js installed and use npm.
Before attempting to run any tests make sure to run npm install
. This will install all the required modules, plugins and vendor libraries.
Jasmine is the chosen testing framework and is run using Karma.
To run the tests enter npm test
, this will trigger a single run of Karma using the config file config/karma.config.js
.
Karma will also produce code coverage which will be located in coverage/
.