Difference between revisions of "Jasmine (JavaScript testing framework)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | It aims to run on any JavaScript-enabled platform, to not intrude on the [[ | + | It aims to run on any JavaScript-enabled platform, to not intrude on the [[Application software|application]] nor the [[Integrated development environment|IDE]], and to have easy-to-read syntax. |
Jasmine has a number of other features, such as custom matchers, spies, and support for asynchronous specifications. | Jasmine has a number of other features, such as custom matchers, spies, and support for asynchronous specifications. | ||
Line 22: | Line 22: | ||
* [https://en.wikipedia.org/wiki/Jasmine_(JavaScript_testing_framework) Jasmine (JavaScript testing framework)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Jasmine_(JavaScript_testing_framework) Jasmine (JavaScript testing framework)] @ Wikipedia | ||
− | === YouTube videos == | + | === YouTube videos === |
* [https://www.youtube.com/watch?v=eVpXkyN0zOE Unit Testing in JavaScript via Jasmine] by Jesse Warden | * [https://www.youtube.com/watch?v=eVpXkyN0zOE Unit Testing in JavaScript via Jasmine] by Jesse Warden |
Revision as of 10:34, 25 September 2016
Jasmine is an open source unit testing framework for JavaScript.
Description
It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax.
Jasmine has a number of other features, such as custom matchers, spies, and support for asynchronous specifications.
Influences
It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.
See also
External links
- Official website
- Introduction @ jasmine.github.io
- Testing JavaScript Using the Jasmine Framework by Rob Gravelle
- Jasmine (JavaScript testing framework) @ Wikipedia
YouTube videos
- Unit Testing in JavaScript via Jasmine by Jesse Warden