Skip to content
/ jasmine Public
forked from jasmine/jasmine

Simple JavaScript testing framework for browsers and node.js

Notifications You must be signed in to change notification settings

SP2224/jasmine

 
 

Repository files navigation

Build Status Open Source Helpers FOSSA Status

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.

Documentation & guides live here: http://jasmine.github.io For a quick start guide of Jasmine, see the beginning of http://jasmine.github.io/edge/introduction.html.

Upgrading from Jasmine 3.x? Check out the 4.0 release notes for a list of what's new (including breaking changes). You can also read 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.

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-15
Chrome Evergreen
Firefox Evergreen, 91
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.

See the release notes for the supported environments for each Jasmine release.

Support

Maintainers

Maintainers Emeritus

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

License

FOSSA Status

About

Simple JavaScript testing framework for browsers and node.js

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 1.4%
  • Other 0.8%