React.js logoNext.js logoNest.js logoReact Native logoExpo logoElectron.js logoViteJsHTML logoCSS logoJavascript logoTypescript logoNode.js logoPython logoRust logogo-langPHP logoJest logoMocha logoJasmine logoMongoDb logoPostgresql logoRedis logoNginx logoSass logoDocker logokubernetes logoGithub logoVisual Studio Code logoPostman logoNPM logoCargo logoUbuntu logoAWS logoGoogle Cloud
Jasmine logo
JasmineSimple JavaScript testing

About Jasmine

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.

FAST

Low overhead, jasmine-core has no external dependencies.

NO MAGIC

Jasmine specs are just JavaScript. Jasmine doesn't change the way your code loads or runs.

NODE AND BROWSER

Run your browser tests and Node.js tests with the same framework.

Software in the same category
Jest logoMocha logo