Table of Contents

IT:AD:Jasmine:HowTo:Run Tests from the CLI

Summary

Jasmine has its own runner.

But there are some arguments to use IT:AD:Karma instead.

Process

Jasmine is a Node.JS application, so use IT:AD:NPM to install the runner:

# install jasmine
npm install jasmine-node

Resources