Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

https://github.com/ranjithkumarseekolu/tic-tac-toe

A tic-tac-toe application built using typescript that runs on cli. And Testing with jasmine framework

cli jasmine typescript

Last synced: 18 Dec 2024

https://github.com/lucashayashi/calculadora-de-juros

Calculadora de juros simples e compostos

angular bootstrap jasmine lazy-loading

Last synced: 18 Dec 2024

https://github.com/gpreviatti/github-clone-angular

This simple project is a github clone to exercice unit tests with angular js

angular jasmine unit-testing

Last synced: 18 Dec 2024

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: 18 Dec 2024

https://github.com/kamilchmielowski/jasmine

Repo for jasmine unit tests.

jasmine

Last synced: 18 Dec 2024

https://github.com/anagarango/chatsation

Chatsation is a chat app. That's it :). This is just to try out new technologies I havent used before.

axios jasmine mongodb nextjs nodejs socket-io

Last synced: 18 Dec 2024

https://github.com/rodrigosadev/serenatto

Projeto de uma cafeteria fictícia desenvolvida com Angular

angular bootstrap jasmine karma sass typescript

Last synced: 18 Dec 2024

https://github.com/yasmimvieira/multi-form

A multi form with angular

angular jasmine karma rxjs typescript

Last synced: 18 Dec 2024

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: 18 Dec 2024

https://github.com/dynamicbalaji/nginttestingdemo

Integration Testing demo for Angular application

angular angular-4 angular-cli integration-testing jasmine karma karma-jasmine

Last synced: 19 Jan 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: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

https://github.com/normandy72/testing-with-jasmine

Testing Javascript with Jasmine. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.

angular angularjs css css3 html html5 jasmine jasmine-tests javascript js testing unit-test

Last synced: 18 Dec 2024

https://github.com/edwinmambo/storefront-backend

A storefront backend api that connects to the database for communication with the frontend

api backend bcrypt database express jasmine jwt nodejs postgresql udacity

Last synced: 18 Dec 2024

https://github.com/code4mk/jasmine

:atom: jasmine snippets ( JS unit testing jasmine )

atom-package code4mk jasmine javascript testing

Last synced: 12 Jan 2025

https://github.com/soul-master/jasmine-node-demo

Demo project for Jasmine on Node.js

demo jasmine nodejs

Last synced: 18 Dec 2024

https://github.com/blaise-93/personal-lifestyle-dashboard

Personal lifestyle dashboard sync with APIs to give clients UX and provide them relaxation they want eg movie collections, etc.

css html jasmine javascript json-api unittesting

Last synced: 18 Dec 2024

https://github.com/khaledomar77/hosting-full-stack-application

taking a developed full stack application (udagram) and deploy it to a cloud service provider so that it is available to customers. This application contains the main components of a 3-tier full stack application (UI, API, and Database).

angular aws-rds aws-s3 circleci css elasticbeanstalk express html jasmine javascript nodejs protractor-e2e-test typescript

Last synced: 18 Dec 2024

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: 18 Dec 2024

https://github.com/rodrigosadev/buscante

Projeto para buscar livros na API do Google Books desenvolvido em Angular.

angular api-google-books bootstrap infinite-scroll jasmine karma rxjs typescript

Last synced: 18 Dec 2024

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: 18 Dec 2024

https://github.com/absallam1999/restful-apis

Restful APIs developed to handle Requests (Authenticate, Create, Update and Delete)

express jasmine jwt nodejs postgresql typescript

Last synced: 09 Oct 2024

https://github.com/martinalbrnz/tdd-pground

A project to apply Angular testing techniques. Main goal is to have a handbook of useful techniques and snippets.

angular e2e frontend jasmine testing

Last synced: 18 Dec 2024

https://github.com/stjepanoviccc/sitpass

Sitpass, Fitness Web Application

angular docker hibernate jasmine junit postgresql springboot

Last synced: 18 Dec 2024

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: 18 Dec 2024

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: 18 Dec 2024

https://github.com/erikbernard/test-software

Projeto para disciplina verificação e validação de software

jasmine testing

Last synced: 18 Dec 2024

https://github.com/ashawley/angularjs-bootstrap-jasmine

Angular.js 1.x and Bootstrap test suite

angularjs jasmine karma karma-jasmine nodejs travis-ci

Last synced: 19 Dec 2024

https://github.com/ahmedsamyop/image-processing-api

Resize images by giving the width, height and file name, build with Node (Express)

express expressjs jasmine jasmine-tests node nodejs sharp supertest typescript

Last synced: 10 Oct 2024

https://github.com/sinonjs/referee-custom-assertions

Runnable examples of using referee custom assertions

assertions custom-assertions jasmine jest mocha referee tap testing

Last synced: 01 Jan 2025

https://github.com/JandroMejia97/ng-testing

This Angular app is used to learn how to make unit tests with Jasmine

angular jasmine testing unit-testing

Last synced: 23 Oct 2024

https://github.com/SriSatyaKalyan/ProtractorScribblings

These test-scripts are the ones I have developed over a period of a week to better understand the Protractor testing framework. I have also utilized the prowess of Jasmine to joist the framework.

angular jasmine nodejs protractor selenium testing

Last synced: 23 Oct 2024

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: 27 Dec 2024

https://github.com/mdccg/salary-calculator

Calculadora de salário testada com Jasmine.

jasmine salary-calculator vanilla-javascript

Last synced: 17 Jan 2025

https://github.com/kaiogotyacode/valinor

Code Challenge desenvolvido para Field Control 🚀

angular jasmine karma tailwindcss typescript

Last synced: 17 Jan 2025

https://github.com/craigmr/jasmine-proptype-matcher

Use React prop-types to assert values in jasmine.

jasmine javascript matchers prop-types unit-testing

Last synced: 18 Dec 2024

https://github.com/davidlj95/angular-routerlinkactive-testing

Example of how to test an Angular's RouterLinkActive directive with best practices. Angular v17

angular jasmine routerlink routerlinkactive unit-testing

Last synced: 17 Jan 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: 18 Dec 2024

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: 18 Dec 2024

https://github.com/cesconix/angular-seed

Seed project for angular 1.5 apps that supports ngAnnotate, es6, webpack2, eslint, karma, jasmine and esdoc.

angular1 es6 esdoc eslint eslintrc jasmine karma webpack2

Last synced: 20 Jan 2025

https://github.com/azuresphere7/umfa-dunamis-web-managementportal

Potential Web Management Portal Dashboard built for UMFA Dunamis.

angular azure e2e jasmine karma ngrx typescript

Last synced: 09 Oct 2024

https://github.com/viniciusbessa/planejando_frontend

O front-end de uma aplicação que permite a criação de um planejamento financeiro.

angular finance firebase jasmine node

Last synced: 09 Oct 2024

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: 18 Dec 2024

https://github.com/vitaly-rudenko/qilan

JavaScript mocking framework inspired by Mockito.

jasmine javascript mockito package testing

Last synced: 02 Jan 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: 27 Dec 2024

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: 27 Dec 2024

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: 18 Dec 2024

https://github.com/kwagner91/feed-reader-testing

Testing a web-based application that reads RSS feeds with Jasmine

jasmine jasmine-tests javascript udacity-nanodegree

Last synced: 10 Jan 2025

https://github.com/dilkhush/angular-express-example

expressJs and angularJs application with frontend in angularjs. Api automated Test cases in Jasmine.

angularjs expressjs jasmine mocha nodejs

Last synced: 10 Jan 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: 18 Dec 2024

https://github.com/kamilchmielowski/cv

This project is my web CV version (Angular).

angular cypress jasmine

Last synced: 09 Oct 2024

https://github.com/divyanshu-rawat/js-testing

This repository demonstrates use of Client Side Testing Using Jasmine Framework.

jasmine javascript testing-framework

Last synced: 22 Dec 2024

https://github.com/didaquis/mock-spy-node-jasmine

Example: spy with Jasmine.js

jasmine jasmine-tests mock spy test

Last synced: 18 Jan 2025

https://github.com/didaquis/kata-js-fizzbuzz-extended

Kata JavaScript FizzBuzz Extended

fizzbuzz jasmine javascript kata

Last synced: 18 Jan 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/mastersam07/teamit

Challenge: Teamwork is an internal social network for organizations’ employee

airbnb css eslint express html jasmine javascript node travis-ci

Last synced: 03 Jan 2025

https://github.com/rubenv/jasmine-protractor-reporter

Jasmine reporters for use with Protractor

jasmine protractor

Last synced: 10 Nov 2024

https://github.com/baloise/ws-javascript-testing

Workshop about basic JS Testing with Karma, Mocha, Chai, Webpack and AMD Modules

jasmine javascript karma testing

Last synced: 03 Jan 2025

https://github.com/alvarogarcia7/kata-minesweeper-javascript

Minesweeper kata, using TDD and Jasmine

jasmine javascript js kata tdd underscore

Last synced: 10 Jan 2025

https://github.com/alvarogarcia7/tdd-kata-mergesort-javascript

Trying TDD for recursive algorithms as in here: https://twitter.com/alvarobiz/status/459586635613876225

jasmine javascript js tdd

Last synced: 10 Jan 2025

https://github.com/alvarogarcia7/kata-09-checkout-javascript

Checkout Kata (#9) as found in here: http://codekata.com/kata/kata09-back-to-the-checkout/

jasmine javascript js kata tdd

Last synced: 10 Jan 2025

https://github.com/pj-mill/angularjs_webapi_jasmine_karma

A look at a wide range of features & functionality concerning AngularJS, Web Api 2, Jasmine & Karma.

angularjs cors csharp expressjs gravatar jasmine jquery karma nodejs web-api-2

Last synced: 29 Dec 2024

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: 11 Jan 2025

https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect

WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert

end-to-end-test-automation jasmine node-jasmine typescript webdriverio webdriverio-typescript

Last synced: 11 Jan 2025

https://github.com/pj-mill/angularjs_ngmock_pluralsight

Completed coursework that demonstrates a TDD approach to client side development using AngularJS, ngMock, Jasmine, Karma, NodeJS & PhantomJS.

angularjs jasmine karma ngmock ngresource ngroute nodejs npm phantomjs protractor

Last synced: 29 Dec 2024

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert

selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.

assert commonjs jasmine selenium-webdriver

Last synced: 11 Jan 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: 11 Jan 2025

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect

selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.

commonjs jasmine selenium-webdriver

Last synced: 11 Jan 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: 11 Jan 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: 11 Jan 2025

https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert

Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Assert.

assert e2e-boilerplate esm jasmine nd-to-end-test-automation protractor

Last synced: 11 Jan 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: 11 Jan 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: 11 Jan 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: 11 Jan 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: 11 Jan 2025

Jasmine Awesome Lists
Jasmine Categories