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