December 2015
Intermediate to advanced
240 pages
4h 57m
English
Jasmine does not depend on any other JavaScript frameworks. It is available as a standalone release at https://github.com/jasmine/jasmine/releases. We are going to pick a stable version, for example, v2.3.0 for this chapter. We can download a ZIP file of standalone release, which we need to extract and use. After extraction, the folder structure looks like this:

In the lib folder, we require the CSS and JS files to be included.
We have seen test runners for many tools so far, Jasmine has SpecRunner. We will see how it looks later in this chapter when we will run our tests.
Read now
Unlock full access