Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mocha | 21,954 | 4 days ago | 286 | mit | JavaScript | |||||
☕️ simple, flexible, fun javascript test framework for node.js & the browser | ||||||||||
Ava | 20,284 | 44,279 | 29,305 | 6 days ago | 104 | September 04, 2022 | 89 | mit | JavaScript | |
Node.js test runner that lets you develop with confidence 🚀 | ||||||||||
Learn Go With Tests | 19,377 | 7 days ago | 39 | April 25, 2021 | 36 | mit | Go | |||
Learn Go with test-driven development | ||||||||||
Catch2 | 16,384 | 3 days ago | 27 | May 18, 2022 | 359 | bsl-1.0 | C++ | |||
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) | ||||||||||
Jasmine | 15,533 | 185,991 | 24,214 | a day ago | 51 | July 23, 2022 | 28 | JavaScript | ||
Simple JavaScript testing framework for browsers and node.js | ||||||||||
Mockito | 13,795 | 38,950 | 11,866 | a day ago | 332 | September 07, 2022 | 329 | mit | Java | |
Most popular Mocking framework for unit tests written in Java | ||||||||||
Karma | 11,822 | 297,003 | 46,667 | 2 months ago | 222 | June 14, 2022 | 345 | mit | JavaScript | |
Spectacular Test Runner for JavaScript | ||||||||||
Chai | 7,825 | a month ago | 98 | mit | JavaScript | |||||
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. | ||||||||||
Ginkgo | 7,018 | 7,075 | 10,036 | 3 days ago | 156 | September 17, 2022 | 39 | mit | Go | |
A Modern Testing Framework for Go | ||||||||||
Goss | 5,103 | 5 days ago | 51 | apache-2.0 | Go | |||||
Quick and Easy server testing/validation |
Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.
Upgrading from Jasmine 3.x? Check out the upgrade guide.
Please read the contributors' guide.
There are several different ways to install Jasmine, depending on your environment and how you'd like to use it. See the Getting Started page for details.
See the documentation site, particularly the Your First Suite tutorial for information on writing specs, and the FAQ.
Jasmine tests itself across popular browsers (Safari, Chrome, Firefox, and Microsoft Edge) as well as Node.
Environment | Supported versions |
---|---|
Node | 12.17+, 14, 16, 18 |
Safari | 14-16 |
Chrome | Evergreen |
Firefox | Evergreen, 91, 102 |
Edge | Evergreen |
For evergreen browsers, each version of Jasmine is tested against the version of the browser that is available to us at the time of release. Other browsers, as well as older & newer versions of some supported browsers, are likely to work. However, Jasmine isn't tested against them and they aren't actively supported.
To find out what environments work with a particular Jasmine release, see the release notes.
Copyright (c) 2008-2022 Jasmine Maintainers. This software is licensed under the MIT License.