Jasmine

Simple JavaScript testing framework for browsers and node.js
Alternatives To Jasmine
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mocha21,954
4 days ago286mitJavaScript
☕️ simple, flexible, fun javascript test framework for node.js & the browser
Ava20,28444,27929,3056 days ago104September 04, 202289mitJavaScript
Node.js test runner that lets you develop with confidence 🚀
Learn Go With Tests19,377
7 days ago39April 25, 202136mitGo
Learn Go with test-driven development
Catch216,384
3 days ago27May 18, 2022359bsl-1.0C++
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)
Jasmine15,533185,99124,214a day ago51July 23, 202228JavaScript
Simple JavaScript testing framework for browsers and node.js
Mockito13,79538,95011,866a day ago332September 07, 2022329mitJava
Most popular Mocking framework for unit tests written in Java
Karma11,822297,00346,6672 months ago222June 14, 2022345mitJavaScript
Spectacular Test Runner for JavaScript
Chai7,825
a month ago98mitJavaScript
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Ginkgo7,0187,07510,0363 days ago156September 17, 202239mitGo
A Modern Testing Framework for Go
Goss5,103
5 days ago51apache-2.0Go
Quick and Easy server testing/validation
Alternatives To Jasmine
Select To Compare


Alternative Project Comparisons
Readme

Build Status Open Source Helpers

A JavaScript Testing Framework

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.

Contributing

Please read the contributors' guide.

Installation

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.

Usage

See the documentation site, particularly the Your First Suite tutorial for information on writing specs, and the FAQ.

Supported environments

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.

Maintainers

Maintainers Emeritus

Copyright (c) 2008-2022 Jasmine Maintainers. This software is licensed under the MIT License.

Popular Testing Projects
Popular Test Driven Development Projects
Popular Software Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Testing
Test Driven Development
Jasmine