/jasmineexampleci

This is a sample project with jasmine setup for unit testing

Primary LanguageHTML

About

Build Status

Brief

This repo demonstrates an example setup with jasmine for unit testing and a coverage report using istanbul. The CI system in use is travis CI.

Setup

Simply:

  • Clone the repo
git clone https://github.com/PeterKitonga/jasmineexampleci.git
  • cd /path/to/folder
  • Install dependencies npm install
  • Run tests npm test
  • In browser visit http://[path to folder]/tests/html/index.html

Illustration for Coverage Report

Illustration Example

Tutorial

Visit Udemy for the tutorial