QUnit
Sign in to saveQUnit is a JavaScript framework for unit testing. Originally developed for testing jQuery, jQuery UI and jQuery Mobile, it is a generic framework for testing any JavaScript code. It supports client-side environments in web browsers, and server-side (e.g. Node.js).
Official website
Link to the official site · 2,050 chars · not written by Vinony
Source code
QUnit is a powerful, easy-to-use JavaScript testing framework. It was originally developed for the jQuery project and has since evolved to test any client-side or server-side JavaScript code. QUnit has no dependencies and supports all major desktop and mobile web browsers, Node.js, and SpiderMonkey. If you get stuck or need help, join the chat room and ask us a question. If you are interested in helping develop QUnit, check out our contributing guide.
Excerpt from the source-code README · 1,781 chars · not written by Vinony
Wikidata facts
- Official website
- qunitjs.com
- Image
- Example for QUnit test.png
Show 4 more facts
- software version identifier
- 2.25.0
- source code repository URL
- github.com/qunitjs/qunit
- social media followers
- 47
- publication date
- 2008-05-08
Sources (8)
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- History
- Usage and examples
- See also
- References
- External links
QUnit is a JavaScript framework for unit testing. Originally developed for testing jQuery, jQuery UI and jQuery Mobile, it is a generic framework for testing any JavaScript code. It supports client-side environments in web browsers, and server-side (e.g. Node.js).
QUnit's assertion methods follow the CommonJS unit testing specification, which itself was influenced to some degree by QUnit.