Skip to content

pirelenito/jasmine-testing-example

Repository files navigation

Jasmine JavaScript Testing

Build Status

This is the sample code for the Jasmine JavaScript Testing book: a practical guide to a more sustainable JavaScript development process.

The book

You will learn by example how to drive the development of a web application using tests and best practices.

The book is about becoming a better JavaScript developer. So, throughout the chapters, you will not only learn about writing tests, but also about the best practices for writing software in the JavaScript language. The book is about acknowledging JavaScript as a real platform for application development and leveraging all of its potential. You will also learn about tooling and automation and how to make your life easier and more productive.

You will learn how to create a sustainable codebase with the help of Jasmine. We will take a look at integrated testing (with a backend NodeJS server) and how you can speed this process up by faking AJAX requests. As you progress through the book, you will learn about the challenges of testing an application built on top of a framework and how you can prevent your application from suffering from dependency management hell. Also, since your applications need to get into production, you will learn about optimizing the code to reduce the number of requests the browser needs to make while loading your application.

With the book, you will learn everything you need to know to become a real professional in the ever-demanding JavaScript universe.

For more information, check the book at Amazon or Pack Publishing.

Using this sample code

You will need Node.js and PhatomJS in the PATH to run this project.

Start by installing the dependencies:

npm install

Then you can run the tests headlessly via:

grunt spec

Author

Paulo Ragonha

Releases

No releases published

Packages

No packages published