Yahoo India Web Search

Search results

  1. Jasmine is a framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It runs in browsers and in Node.js. And it has a clean, obvious syntax so that you can easily write tests. Get Started.

    • Get Started

      To start using Jasmine, replace the source/spec files with...

    • Docs

      React with browser. React with node. Running specs in...

    • Support

      Support - Jasmine Documentation

    • Asynchronous Work

      Asynchronous code is common in modern Javascript...

  2. React with browser. React with node. Running specs in parallel. Sharing behaviors. Spying on properties. Upgrading to jasmine 4.0. Upgrading to jasmine 5.0. Use without globals.

  3. To start using Jasmine, replace the source/spec files with your own. Then load the SpecRunner.html in your favorite browser. You don't need a web server to run the standalone distribution, but it helps.

  4. Jasmine 4.0.0 API documentation with instant search, offline support, keyboard shortcuts, mobile version, and more.

    • A JavaScript Testing Framework
    • Installation
    • Usage
    • Supported environments
    • Maintainers

    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 4.x? Check out the upgrade 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.

    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.

    Maintainers Emeritus

    •Davis W. Frank •Rajan Agaskar •Greg Cobb •Chris Amavisca •Christian Williams •Sheel Choksi Copyright (c) 2008-2019 Pivotal Labs Copyright (c) 2008-2023 The Jasmine developers This software is licensed under the MIT License.

  5. Dec 13, 2018 · Jasmine is the most popular JS library for unit testing web apps. In this tutorial, designed for beginners, we’ll present you with a quick and complete guide to testing with Jasmine. You’ll get introduced to Jasmine, a popular behavior-driven testing framework for JavaScript.

  6. People also ask

  7. Feb 7, 2024 · Jasmine is a behavior-driven development framework for testing JavaScript code. It provides a clean, simple syntax to write tests, making the process straightforward and efficient. Jasmine is...