Difference between revisions of "Jasmine (JavaScript testing framework)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 18: | Line 18: | ||
* [http://jasmine.github.io/ Official website] | * [http://jasmine.github.io/ Official website] | ||
− | * [https://en.wikipedia.org/wiki/Jasmine_(JavaScript_testing_framework) (JavaScript testing framework)] @ Wikipedia | + | * [http://jasmine.github.io/2.0/introduction.html Introduction] @ jasmine.github.io |
+ | * [http://www.htmlgoodies.com/beyond/javascript/testing-javascript-using-the-jasmine-framework.html Testing JavaScript Using the Jasmine Framework] by Rob Gravelle | ||
+ | * [https://en.wikipedia.org/wiki/Jasmine_(JavaScript_testing_framework) Jasmine (JavaScript testing framework)] @ Wikipedia | ||
+ | === YouTube videos == | ||
+ | * [https://www.youtube.com/watch?v=eVpXkyN0zOE Unit Testing in JavaScript via Jasmine] by Jesse Warden | ||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
[[Category:Software engineering]] | [[Category:Software engineering]] | ||
[[Category:Software testing]] | [[Category:Software testing]] |
Revision as of 10:28, 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