Jasmine

Jasmine is an open source behavior driven development testing framework testing for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax. Thus it’s suited for websites, Node.js projects, or anywhere that JavaScript can run.
- GitHub: https://github.com/topics/jasmine
- Repo: https://github.com/jasmine
- Created by: Gwendolyn Van Hove, Steve Gravrock, Rajan Agaskar, Greg Cobb, Chris Amavisca, Sheel Choksi
- Released: August 13, 2009
- Related Topics: tdd, bdd, javascript, nodejs, mocha, chai, qunit, rspec, jspec, test-doubles,
- Last updated: 2025-05-10 00:15:12 UTC
- JSON Representation
https://github.com/davidlj95/angular-18-cypress-jasmine-types
Minimal reproduction for JetBrains IDEs issue about unit test types and Cypress
cypress jasmine jetbrains-ides minimal-reproduction unit-testing webstorm
Last synced: 28 Mar 2025
https://github.com/reed756/weather-dashboard
Weather App built using TypeScript, Angular, Tailwind.css, Preline UI, RxJS, Jasmine and Karma. Uses OpenWeatherMap API for weather data.
angular jasmine rxjs tailwindcss typescript
Last synced: 05 Apr 2025
https://github.com/thegreatbonnie/javascripttestingframeworksselenium
This repository demonstrates the usage of JavaScript testing frameworks for web automation.
automated-testing cypress-tests jasmine javascript jest-tests mocha-tests selenium-webdriver
Last synced: 05 Apr 2025
https://github.com/saharaar/storefront-backend-project
Node.js and Express app with a PostgreSQL database, With a test suite for API and database actions. and security measures like bcrypt encryption.
express jasmine javascript postgresql typescript
Last synced: 05 Apr 2025
https://github.com/ahmedanwar1/storefront_backend_udacity
Storefront API built using Typescript, Node JS, Express, PostgreSQL & Jasmine as a testing framework
jasmine jasmine-tests nodejs postgres typescript udacity udacity-nanodegree udacity-web-developer-nanodegree
Last synced: 05 Apr 2025
https://github.com/clintonbrito/ibm-bootcamp
Code created during an IBM Bootcamp of Java + Angular.
angular jasmine java javascript nodejs spring spring-boot typescript unit-testing
Last synced: 05 Apr 2025
https://github.com/julianp911/miso4104-parcial-practico
📲 MISW 4104 - Ingeniería software para la web - Entrega - Semana 4
angular bootstrap faker jasmine
Last synced: 05 Apr 2025
https://github.com/jiyuujin/frontend-tests
jasmine jest mocha typescript vitest
Last synced: 05 Apr 2025
https://github.com/ranjithkumarseekolu/tic-tac-toe
A tic-tac-toe application built using typescript that runs on cli. And Testing with jasmine framework
Last synced: 05 Apr 2025
https://github.com/arielramosdebraga/angular-testes-unitarios
Projeto de Testes Unitários com Angular 14 / Jasmine e Karma
jasmine jasmine-tests karma-jasmine karma-tests testes-unitarios
Last synced: 05 Apr 2025
https://github.com/stanleyy7/angular-tic-tac-toe
A Tic-Tac-Toe PWA made using Angular
Last synced: 05 Apr 2025
https://github.com/normandy72/testing-controllers
Testing AngularJS Controllers. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js test testing
Last synced: 05 Apr 2025
https://github.com/allure-examples/jasmine-yarn-cjs-ts
Example of Allure Report usage with Jasmine, Yarn, CommonJS and TypeScript
allure allure-report commonjs example jasmine typescript yarn
Last synced: 06 May 2025
https://github.com/allure-examples/jasmine-yarn-esm-js
Example of Allure Report usage with Jasmine, Yarn, ESM and JavaScript
allure allure-report esm example jasmine javascript yarn
Last synced: 06 May 2025
https://github.com/rodrigosadev/serenatto
Projeto de uma cafeteria fictícia desenvolvida com Angular
angular bootstrap jasmine karma sass typescript
Last synced: 05 Apr 2025
https://github.com/normandy72/testing-directives
Testing AngularJS Directives. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js testing
Last synced: 05 Apr 2025
https://github.com/yasmimvieira/multi-form
A multi form with angular
angular jasmine karma rxjs typescript
Last synced: 05 Apr 2025
https://github.com/lucashayashi/calculadora-de-juros
Calculadora de juros simples e compostos
angular bootstrap jasmine lazy-loading
Last synced: 05 Apr 2025
https://github.com/erikbernard/test-software
Projeto para disciplina verificação e validação de software
Last synced: 05 Apr 2025
https://github.com/lugensa/gocept.jasmine
Jasmine integration for selenium.
Last synced: 03 Mar 2025
https://github.com/allure-examples/jasmine-yarn-cjs-js
Example of Allure Report usage with Jasmine, Yarn, CommonJS and JavaScript
allure allure-report commonjs example jasmine javascript yarn
Last synced: 06 May 2025
https://github.com/yusafosei-bonsu/fizzbuzz-jasmine-tdd
Writing the FB function via TDD using Jasmine
Last synced: 05 Mar 2025
https://github.com/sungchuni/parse-matchers
🎼 Jasmine과 Jest의 matchers 비교 대조
async-matchers jasmine jest matchers
Last synced: 24 Feb 2025
https://github.com/khumozin/news-app
News App built with Angular, Angular Material & Tailwindcss, Semantic Release, GitHub Actions for CI/CD, Cypress for end-to-end tests, and Jasmine & Karma for unit tests. This app fetches news data from newsapi.org using their REST API.
angular angular-material cypress github-actions jasmine newsapi semantic-release tailwindcss
Last synced: 10 Feb 2025
https://github.com/qanastek/cerigame
This website is a easy to use plateform for challenging your friends to quizzes on a wide variety of subjects. Become the best player and obtains all the trophees before your friends.
angular expressjs jasmine mongodb nodejs nodemon npm rxjs socket-io
Last synced: 11 Mar 2025
https://github.com/jwcnewton/async-jasmine
Async, Await for Jasmine
async async-jasmime await es8 jasmine
Last synced: 30 Mar 2025
https://github.com/stjepanoviccc/sitpass
Sitpass, Fitness Web Application
angular docker hibernate jasmine junit postgresql springboot
Last synced: 05 Apr 2025
https://github.com/hudson-newey/ng-jasmine-async-wrapper
A simple wrapper for async functions in Angular + Jasmine
angular jasmine jasmine-framework jasmine-tests test testing testing-tools unit-testing
Last synced: 05 Apr 2025
https://github.com/normandy72/testing-http
Testing AngularJS Services and $http. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js testing
Last synced: 05 Apr 2025
https://github.com/normandy72/testing-components
Testing AngularJS Components. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js testing
Last synced: 05 Apr 2025
https://github.com/lukmanrambe/sekawan-restaurant
Restaurant Catalogue Website. Submission for "Menjadi Front-End Web Developer Expert" (https://www.dicoding.com/academies/219) Dicoding Class
accessibility codeceptjs css html jasmine javascript karma karma-jasmine progressive-web-app puppeteer pwa semantic-html webpack workbox
Last synced: 05 Apr 2025
https://github.com/rodrigosadev/meteora
Loja de roupas fictícia desenvolvida com Angular, TypeScript, Bootstrap, NgRX, Karma & Jasmine.
angular bootstrap jasmine karma ngrx typescript
Last synced: 05 Apr 2025
https://github.com/gabrielcoutz/frontend-angular
Este projeto tem como intenção o aprofundamento em Angular, conhecimento e prática do NgRx e aumentar o domínio do Angular Material
angular angularmaterial api jasmine typescript ui-design ux-design
Last synced: 05 Apr 2025
https://github.com/rupam0710/angular-unit-testing-app
Here we have discussed about the basics and fundamentals of angular unit testing using jasmine and karma.
angular jasmine karma typescript
Last synced: 05 Apr 2025
https://github.com/webcooltz/course-management-api
Node JS API for a course management system.
api expressjs graphql jasmine nodejs rest swagger swagger-ui unit-testing
Last synced: 05 Apr 2025
https://github.com/lojito/angular-puzzle
Jigsaw puzzle game written with Angular and TypeScript. Unit tests created with Jasmine. The game results are stored in the localStorage.
angular jasmine localstorage typescript
Last synced: 05 Apr 2025
https://github.com/khaledomar77/store-front-backend
A backend project for building backend for store and creating RESTful APIs for an online store with Node.js,express.js and PostgreSQL.This project is the second project for advanced full stack web development udacity nanodegree
expressjs jasmine javascript nodejs postgresql prettier typescript
Last synced: 05 Apr 2025
https://github.com/yasmimvieira/paylio
Landing page with multiple pages
angular html jasmine scss typescript
Last synced: 05 Apr 2025
https://github.com/shani-kumar-gupta/jasmine
Jasmine Testing Framework
asymmetric-matchers expectations jasmine matcher project-based-testing test-specification test-suite testing testing-framework testing-fundamentals unittesting
Last synced: 05 Apr 2025
https://github.com/ahmedanwar1/image_processing_api_udacity
Image processing API built using Typescript, Node JS, Express & Jasmine as a testing framework
express jasmine nodejs typescript udacity udacity-nanodegree
Last synced: 05 Apr 2025
https://github.com/jean-yves2/immosunset
ImmoSunset is a website that enables users to access a list of houses, allowing them to add their preferred properties to a favorites list. This feature enables real estate advisors to contact users interested in these properties, streamlining the process of connecting potential buyers with real estate professionals.
angular jasmine ng-icon typescript
Last synced: 05 Apr 2025
https://github.com/zakimohammed/ng-unit-test-app
Angular project for unit test session's sample
angular jasmine karma unit-testing
Last synced: 05 Apr 2025
https://github.com/hassan-98/-nodejs-express-mongoose-ts-v2
A Boilerplate for backend api based on Nodejs - Express - MongoDB(Mongoose) - TypeScript
express jasmine mongodb mongoose nodejs typescript
Last synced: 05 Apr 2025
https://github.com/doamaral/js-test-frameworks
Examples of Jest, Jasmine and Mocha features
jasmine javascript jest mocha testing
Last synced: 05 Mar 2025
https://github.com/hussainalqurain/image-processing-api
Image processing api is built using nodejs, Typescript, Jasmine, express. Ready to be Scalable.
eslint express jasmine javascript nodejs prettier sharp typescript
Last synced: 05 Apr 2025
https://github.com/gpreviatti/github-clone-angular
This simple project is a github clone to exercice unit tests with angular js
Last synced: 05 Apr 2025
https://github.com/thang2162/notekeeper_cicd
Test of CI/CI using Github Actions and an Angular app.
cicd e2e-testing github-actions jasmine protractor unit-testing
Last synced: 03 Mar 2025
https://github.com/persteenolsen/angular-dapper-sqlite-client
Angular 14 Client working with a .NET Web API using Dapper and SQlite
angular jasmine karma unit-testing
Last synced: 05 Apr 2025
https://github.com/lucasbbs/dio-meetingroom-app
angular bootstrap express jasmine jquery karma nodejs protractor typescript
Last synced: 20 Mar 2025
https://github.com/mcalthrop/unit-testing-angularjs-controller
A simple example of unit testing an AngularJS controller
angularjs angularjs-controller jasmine karma learning learning-materials teaching teaching-materials unit-testing
Last synced: 22 Mar 2025
https://github.com/itrulia/whatoperator.win
Rainbox Six: Siege operator randomizer
angular gulp jasmine karma protractor rainbowsix webpack
Last synced: 28 Mar 2025
https://github.com/kmarryo/feedreader
Jasmine test suite for a feedreader app
feed-reader jasmine testing udacity-frontend-nanodegree
Last synced: 14 Mar 2025
https://github.com/charlenry/charleshenrisaintmars_9_18082022
Projet Billed - Il s'agit de la partie front-end d'une application permettant de gérer des notes de frais des employés.
api-sqlite bdd bootstrap4 chrome-debugger end-to-end-testing integration-testing jasmine jest tdd unit-testing
Last synced: 06 Mar 2025
https://github.com/allure-examples/jasmine-pnpm-cjs-js
Example of Allure Report usage with Jasmine, pnpm, CommonJS and JavaScript
allure allure-report commonjs example jasmine javascript pnpm
Last synced: 28 Dec 2024
https://github.com/allure-examples/jasmine-pnpm-cjs-ts
Example of Allure Report usage with Jasmine, pnpm, CommonJS and TypeScript
allure allure-report commonjs example jasmine pnpm typescript
Last synced: 28 Dec 2024
https://github.com/allure-examples/jasmine-pnpm-esm-js
Example of Allure Report usage with Jasmine, pnpm, ESM and JavaScript
allure allure-report esm example jasmine javascript pnpm
Last synced: 28 Dec 2024
https://github.com/allure-examples/jasmine-pnpm-esm-ts
Example of Allure Report usage with Jasmine, pnpm, ESM and TypeScript
allure allure-report esm example jasmine pnpm typescript
Last synced: 28 Dec 2024
https://github.com/gmullerb/basecode-react-ts
A base code to start developing React apps with Typescript.
asynchronous brain-pattern coverage-checking e2e-testing eslint eslint-plugin-base-style-config eslint-plugin-regex extract-form-pattern flux hooks jasmine javascript jest protractor react react-reducer react-reducer-provider redux typescript webpack
Last synced: 23 Mar 2025
https://github.com/gmullerb/basecode
All you need to start amazing web projects with Java and JavaScript in only One base code.
backend basecode checkstyle codecoverage codenarc eslint frontend gradle hot-reload jasmine java javascript junit karma nodejs pmd selenium spring-boot stylelint tdd
Last synced: 23 Mar 2025
https://github.com/jl-olemar/angular-learntests
Learn test in angular with jasmine.
angular jasmine karma-jasmine tests typescript
Last synced: 30 Mar 2025
https://github.com/mastersam07/teamit
Challenge: Teamwork is an internal social network for organizations’ employee
airbnb css eslint express html jasmine javascript node travis-ci
Last synced: 22 Feb 2025
https://github.com/flolu/bazel-mongodb-memory-server
How to Make Bazel Cache the node_modules/.cache Directory?
bazel jasmine mongodb typescript
Last synced: 26 Feb 2025
https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert
Playwright end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.
assert e2e-test e2e-testing e2e-tests jasmine playwright playwright-typescript ts-node typescript
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert
selenium-webdriver end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine, and Assert.
assert babel jasmine selenium-webdriver
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect
Puppeteer end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.
commonjs end-to-end-test-automation jasmine puppeteer puppeteer-commonjs-jasmine
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert
Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine, & Assert.
assert commonjs e2e-boilerplate end-to-end-test-automation jasmine protractor
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect
Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.
babel e2e-boilerplate end-to-end-test-automation es6 jasmine protractor
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert
Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.
assert babel e2e-boilerplate jasmine nd-to-end-test-automation protractor
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect
Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine and Expect.
commonjs e2e-boilerplate end-to-end-test-automation jasmine protractor protractor-commonjs-jasmine
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect
Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Expect.
e2e-boilerplate end-to-end-test-automation es6 esm jasmine protractor
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect
WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.
babel end-to-end-test-automation jasmine webdriverio
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert
WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.
assert babel end-to-end-test-automation jasmine webdriverio
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert
WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert
assert end-to-end-test-automation jasmine typescript webdriverio webdriverio-typescript
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert
selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert
assert jasmine selenium-webdriver typescript
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect
Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Jasmine and Expect
e2e-boilerplate end-to-end-test-automation es6 jasmine protractor tsc typescript
Last synced: 28 Feb 2025
https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert
Protractor end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.
assert e2e-boilerplate end-to-end-test-automation jasmine protractor ts-node typescript
Last synced: 28 Feb 2025
https://github.com/adalbertuschris/swapp
Angular 17 + unit tests (jasmine) + e2e (cypress) + circleCI
angular circleci cypress jasmine
Last synced: 05 Apr 2025
https://github.com/testdeck/testdeck-jasmine-seed
testdeck seed for the jasmine test framework
jasmine test testdeck typescript
Last synced: 06 Mar 2025
https://github.com/thinogueiras/protractor
Arquitetura de Testes e2e com Protractor.
automation jasmine javascript nodejs protractor protractor-e2e-test
Last synced: 06 Mar 2025
https://github.com/kamilchmielowski/cv
This project is my web CV version (Angular).
Last synced: 05 Mar 2025
https://github.com/jdaniielc/desafio-jump
Este projeto é parte de um modelo de recrutamento para a equipe JuMP, V-Lab.
angular d3js docker docker-compose fastapi jasmine karma nginx
Last synced: 22 Mar 2025
https://github.com/jiyuujin/yarn_workspaces-frontend-tests
jasmine jest mocha typescript vitest
Last synced: 05 Apr 2025
https://github.com/testdeck/testdeck-angular-seed
testdeck seed for @testdeck/jasmine and Angular
angular jasmine test testdeck typescript
Last synced: 06 Mar 2025
https://github.com/danielcornock/kanbo-ui
📊Front-end SPA for kanban board web application. Demo available at https://ng-kanban.herokuapp.com/
angular jasmine kanban-board oop travisci typescript
Last synced: 03 Mar 2025
https://github.com/bilelmsekni/destimator
Life expectation calculator imagined by a crazy scientist
angular chai jasmine sinon testing-practices typescript
Last synced: 07 Apr 2025
https://github.com/ioncakephper/yamlspec
Generate Jasmine-compatible .js specification files from .yaml-formatted specification file
generated-code jasmine spec test test-automation testing-tools yaml
Last synced: 15 Mar 2025
https://github.com/lvlyke/detest-bdd
Detest BDD is a type-safe set of utilities that focuses on reducing the amount of test code that you write while maximizing coverage. Compatible with BDD testing frameworks like Jasmine and Mocha.
bdd chai detest helper helpers jasmine javascript mocha template test testing tests typescript util utilities utils
Last synced: 04 Apr 2025
https://github.com/allure-examples/jasmine-npm-esm-ts
Example of Allure Report usage with Jasmine, npm, ESM and TypeScript
allure allure-report esm example jasmine npm typescript
Last synced: 20 Dec 2024
https://github.com/elliot-nelson/mock-clock-js
An asynchronous mock clock library for javascript unit testing
Last synced: 15 Mar 2025
https://github.com/flaviohfsilva/luto-parental
Raízes do Amor. Site criado para apoiar as mães e familiares que passam pela dor do luto perinatal.
angular angular-material docker docker-compose integration jasmine nginx sass typescript
Last synced: 20 Dec 2024