Coder Social home page Coder Social logo

mocha-chai-sinon-istanbul-karma-bootstrap's Introduction

Mocha + Chai + Sinon + Istanbul + Karma Bootstrap

Introduction

This repo contains an example setup for testing your frontend JavaScript code with the tools below, and they have proven to be a great workflow for us so far.

  • Mocha: a simple, flexible, fun javascript test framework for node.js & the browser, and support BDD, TDD, QUnit styles
  • Chai: a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework
  • Sinon: standalone test spies, stubs and mocks for JavaScript No dependencies, works with any unit testing framework
  • Sinon-Chai: extend Chai with assertions for the Sinon.JS mocking framework
  • Istanbul: A amazing Javascript code coverage tool written in JS.
  • Karma: Spectacular Test Runner for JavaScript

Install

npm install -g grunt-cli
npm install -g bower 
npm install && bower install

Run

npm test

Code Coverage Report

Open the code coverage report under the subdirectory coverage.

The tests are executed using PhantomJS and Chrome. It is easy to add other browsers as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.