Book Image

Node.js Blueprints

By : Krasimir Stefanov Tsonev
Book Image

Node.js Blueprints

By: Krasimir Stefanov Tsonev

Overview of this book

Table of Contents (19 chapters)
Node.js Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Automate Your Testing with Node.js

In the previous chapter, we learned how to work with Grunt and Gulp to automate our development process. These two Node.js modules have a huge collection of plugins, which we can use in almost every case. In this chapter, we will talk about testing, its importance, and how to integrate it in our workflow. The following is a list of topics that we will cover:

  • Popular testing methodologies

  • The Jasmine framework

  • The Mocha framework

  • Testing with PhantomJS and DalekJS