Jasmine

Jasmine is a behavior-driven JavaScript testing framework that organizes test cases into describe/it suite blocks. It is commonly used for organizing API client test suites in Node.js environments and browser-based JavaScript applications.

API entry from apis.yml

apis.yml Raw ↑
name: Jasmine
description: Jasmine is a behavior-driven JavaScript testing framework that organizes test cases into
  describe/it suite blocks. It is commonly used for organizing API client test suites in Node.js environments
  and browser-based JavaScript applications.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://jasmine.github.io/
baseURL: https://jasmine.github.io/
tags:
- BDD
- JavaScript
- Test Suite
properties:
- type: Documentation
  url: https://jasmine.github.io/tutorials/your_first_suite
- type: GitHubOrg
  url: https://github.com/jasmine/jasmine