Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Integration testing

Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.

https://github.com/marcopollivier/presentation.tdc.pact-go-node

Projeto usado como base para as apresentações sobre Pact e Testes de contrato no TDC

contract-testing e2e-testing integration-testing testing tests unit-testing

Last synced: 04 Jan 2025

https://github.com/jhtkoo0426/route-finder

An interactive journey planner for transporting via metro in major cities (currently supports London Underground only)

data-structures integration-testing javascript path-planning reactjs unit-testing visualization

Last synced: 04 Jan 2025

https://github.com/c-kiplimo/e-commerce-application-api

This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.

api docker integration-testing java jenkins junit kubernetes mongodb spring-boot unit-testing

Last synced: 12 Jan 2025

https://github.com/amany-mm/alx-backend-python

Python Backend Specialization

async integration-testing python unit-testing

Last synced: 18 Jan 2025

https://github.com/adiet95/go-cart

Mini shopping cart service aim to Technical Test Travel Aja

gin-gonic golang gorm integration-testing postgresql

Last synced: 12 Jan 2025

https://github.com/i2van/lprun

The LPRun is the LINQPad driver's unit/integration tests runner. Can be used for testing LINQPad 8/LINQPad 7/LINQPad 6 drivers or for running LINQPad scripts.

dotnetcore31 integration-testing linqpad linqpad6 linqpad7 linqpad8 lprun net6 net7 net8 testing testing-tools unit-testing

Last synced: 19 Jan 2025

https://github.com/smarthome-go/server-integration-docker

A docker image for running the server's integration tests in a reproducible manner

ci-cd concourse-ci docker docker-container integration-testing reproducible-workflows

Last synced: 13 Jan 2025

https://github.com/luisboto/hexagonalspring

💠 Simple multimodule Maven/Spring project exposing an endpoint using hexagonal architecture.

e2e-testing hexagonal-architecture integration-testing jpa jpa-hibernate maven mockito-junit-test multimodule-maven spring spring-boot

Last synced: 24 Jan 2025

https://github.com/mahdi-jamil/restfultopiccoursesapi

Developing a REST API for managing a Topic entity that encompasses various courses. The implementation involves utilizing MySQL for data storage and Java Persistence API (JPA) for seamles interaction with the database.

aop-logs integration-testing spring-boot spring-data-jpa spring-mvc

Last synced: 27 Dec 2024

https://github.com/alexiscolin/hepic-int

🥇Hepic App Integration

css html5 integration-testing less no-js pug

Last synced: 19 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/joncloud/writing-wcf-integration-tests-using-iisexpressify

Writing WCF Integration Tests using IISExpressify

iis-express integration-testing wcf

Last synced: 20 Jan 2025

https://github.com/joncloud/ef6-migration-testing

Simple repository containing sample code necessary to test EntityFramework 6 Migrations

csharp entity-framework integration-testing migration sql test

Last synced: 20 Jan 2025

https://github.com/rouchdane03/guess_logic_number

This is a little logic game which goal's is to guess the right number in a grid. Also, you can give your opinion about it after finding that number.

api-rest aws cd ci devops github-actions integration-testing java-17-maven-spring-boot-hibernate-jpa unit-testing

Last synced: 25 Jan 2025

https://github.com/ashmalzahra/stocks-metrics

This React capstone project is about building a mobile web application to check a list of Company Stocks metrics (numeric values) created making use of React and Redux.

best-practices events integration-testing react react-life-cycle react-router react-testing-library redux redux-thunk styles

Last synced: 25 Jan 2025

https://github.com/hamedstack/hamedstack.integrationtest

A library for integration testing in ASP.NET Core, providing a customizable WebApplicationFactory for setting up and testing web applications with database initialization and service configuration.

asp-net-core aspnet-core aspnetcore csharp csharp-library dotnet dotnet-core integration-testing xunit xunit-framework

Last synced: 25 Jan 2025

https://github.com/hellbus1/ventnews

Flutter based news app built using News API (https://newsapi.org/) for fetching realtime data.

bloc cubit dart flutter flutter-bloc-test integration-testing news-app test test-driven-development unit-testing

Last synced: 16 Jan 2025

https://github.com/thepatrickniyo/mockito-junit-world

Devops exam to serve for implementation of unit testing, intergration testing, e2e testing with junit and mocking

e2e-tests h2 integration-testing java junit mockito springboot unit-testing

Last synced: 25 Jan 2025

https://github.com/luizcalaca/backend-challenge-bank-api

Backend Challenge building bank operations and manipulating tokens with Node.js + Express.js and tests with Jest.

crypto expressjs integration-testing jest nodejs token-based-authentication

Last synced: 25 Jan 2025

https://github.com/luizcalaca/node-mysql-test-api

Unit and Integration tests into Node.js API with MySQL database using Express.js, Docker and Eslint organizing with Model, Service and Controller layers

api-rest chai docker-compose dotenv express integration-testing middleware mocha model mysql mysql2 nodejs nyc sinon unittest

Last synced: 25 Jan 2025

https://github.com/wontae-gramin9/react-testing-library-and-static-analysis-testing-tutorial

React unit test, integration test, E2E test tutorial with TypeScript and Static analysis testing with eslint, prettier and husky

e2e-testing eslint husky integration-testing jest lint-staged msw prettier react reacttestinglibrary reacttypescript testdrivendevlopment typescript unittesting

Last synced: 25 Jan 2025

https://github.com/andresweitzel/centralized_version_control_system_v1_nodejs

Centralized version control system implemented with NodeJS, Typescript, Jest, Express, dotenv, nodemon, morgan, others.

dotenv express filesystem integration-testing jest morgan nodejs nodemon tdd typescript unit-testing

Last synced: 01 Feb 2025

https://github.com/andresweitzel/microservice_openweather_nodejs_jest_aws

Microservice for the integration of the Open Weather API with focus on unit and integration tests implementing Nodejs, Jest, Serverless-framework, aws-lambda, api gateway, git, others.

api-gateway aws-lambda git integration-testing jest jest-tests nodejs serverless-framework unit-testing

Last synced: 01 Feb 2025

https://github.com/flyingotta/onlinestatcalculator-springbootmvc-js-java

Built online statistics calculator (lin regression, mean etc.) using Java, JS, HTML, and Spring Boot's MVC framework. Build processes and dependencies handled by Maven. Thymeleaf templating engine as view layer, Spring controllers to handle HTTP requests. This inlcluded 100% code coverage unit testing and E2E testing using Junit and Playwright.

e2e-testing integration-testing java javascript junit-jupiter maven-pom playwright-tests spring-mvc thymeleaf-template-engine unit-testing

Last synced: 08 Feb 2025

https://github.com/rhzs/nock-demo

Nock Demo - How to do integration testing

integration-testing nodejs

Last synced: 27 Dec 2024

https://github.com/devtonin/palmeiras-api

🇳🇬 Palmeiras-model REST API built-in Java with Spring Boot as PoC for the following topics: unit and integration tests, DTO pattern, DIP principle and exception handling.

dependency-inversion-principle exception-handling integration-testing java spring-boot spring-cloud unit-testing

Last synced: 30 Dec 2024

https://github.com/fimbres/next-start

This is my first project using Next.Js, also I have implemented Unit and integration testings

authentication css-modules environment-variables integration-testing isg javascript jest mui nestjs react routing ssg ssr test-library-react unit-testing

Last synced: 25 Dec 2024

https://github.com/asif-faizal/contactor

Contactor is a powerful and fast Flutter plugin designed to fetch contacts directly from the device.

flutter-plugin integration-testing

Last synced: 21 Jan 2025

https://github.com/osmanaliyardim/testingworkshop

Unit/Integration Testing Workshop with xUnit, NUnit, MSUnit, Moq, Bogus, NSubstitute, FluentAssertions and AutoFixture

autofixture bogus fluentassertions integration-testing moq msunit nsubstitute nunit unit-testing xunit

Last synced: 14 Jan 2025

https://github.com/ianwold/aspnetcoretestlogoutput

A simple demonstration of testing log output in an ASP.NET Core integration test

asp-net asp-net-core dotnet dotnet-core ilogger iloggerprovider integration-testing logging netcore testing

Last synced: 14 Jan 2025

https://github.com/piharpi/forum-api-clean-architecture

Implementation clean architecture, unit testing, integration test, & functional test

automation-testing clean-architecture functional-testing integration-testing unit-testing

Last synced: 14 Jan 2025

https://github.com/zavierferodova/mbas-jajan

Course Final Submission Menjadi Front-End Web Developer Expert Dicoding

dicoding dicoding-submission e2e-testing integration-testing progressive-web-apps webapp webpack

Last synced: 07 Jan 2025

https://github.com/himmat12/testing_app

simple repository hosting app testing including (unit test, widget test and integration test) in flutter

dart flutter flutter-tests integration-testing testing tests unit-testing widget-test

Last synced: 04 Feb 2025

https://github.com/seralaci/integrationtesting

API and UI Integration Testing (.NET Playground)

aspnetcore csharp dotnet integration-testing testing

Last synced: 12 Jan 2025

https://github.com/scommons/scommons-service

Common Scala service/server layer components and utils

apis integration-testing play-framework playframework service swagger

Last synced: 08 Jan 2025

https://github.com/codeworksfrance/toml-it

A stupid TOML integration tests typescript library

codeworks integration-testing javascript jest toml typescript

Last synced: 14 Jan 2025

https://github.com/dzonatan/angular-testing-kata

Testing kata in the Angular environment.

angular integration-testing kata testing unit-testing

Last synced: 08 Jan 2025

https://github.com/hlibpavlyk/chat-app

An application following Clean Architecture principles, featuring a DDD (Domain-Driven Design) chat system using ASP.NET Core, Entity Framework Core, and SignalR, with CRUD operations, real-time messaging, and comprehensive testing

asp-net-core clean-architecture ddd-architecture integration-testing signalr unit-testing websocket

Last synced: 07 Jan 2025

https://github.com/codingcodax/basement-challenge

E-commerce construido con Next JS para basement.studio challenge. 🔥

cypress e-commerce eslint integration-testing next-js prettier tailwindcss typescript

Last synced: 28 Dec 2024

https://github.com/bujosa/castula

This is a simple project in spring boot for undestand how works testing

integration-testing java mockito spring-boot

Last synced: 21 Jan 2025

https://github.com/nousefreak/wait-for-it

Wait for a service to become available

automation cli golang integration-testing mysql plugin redis

Last synced: 23 Nov 2024

https://github.com/nikitug/rspec-stepwise

Stepwise execution DSL for RSpec.

integration-testing rspec

Last synced: 19 Jan 2025

https://github.com/abhishekomp/post-service

Spring Boot Rest Api with TestContainer(PostgreSQL, H2) for Integration Testing

h2-database integration-testing mockmvc postgresql-database spring-profiles testcontainer testcontainers

Last synced: 25 Jan 2025

https://github.com/cba85/jest-tests-example

🎓 Jest tests example for a "fake" API using only a `POST /login` route

integration-testing jest unit-testing

Last synced: 15 Jan 2025

https://github.com/windperson/aspnetcore_mvctesting_demo

Show how to use Microsoft.AspNetCore.Mvc.Testing nuget to do integration test

asp-net-core integration-testing testing

Last synced: 27 Jan 2025

https://github.com/just-styx/dollarcard

A Test-Driven Development Web Api for a gift card - "DollarCard". Spring-data-jdbc is used to managed the database and Spring-Security for authentication and authorization.

integration-testing postgresql spring-boot-3 spring-data-jdbc spring-security unittesting

Last synced: 15 Jan 2025

https://github.com/souraevshing/testing

Beginners guide to demonstrate testing in ES6 and react library using jest testing framework.

integration-testing jest unit-testing

Last synced: 13 Jan 2025

https://github.com/iaintshine/ruby-dockercompose-rules

Library which simplifies usage of Docker Compose for integration testing in Ruby.

docker docker-compose integration-testing rspec ruby

Last synced: 04 Feb 2025

https://github.com/exasol/exasol-python-test-framework

This project is shared among other Exasol projects, and provides a test framework to execute integration tests on the database.

exasol exasol-integration integration-testing python

Last synced: 14 Nov 2024

https://github.com/exasol/virtual-schema-shared-integration-tests

Common parts shared by all integration test for Exasol virtual schemas

exasol exasol-integration integration-testing virtual-schema

Last synced: 13 Jan 2025

https://github.com/exasol/saas-api-python

API to enable python applications connecting to Exasol database SaaS instances and using their SaaS services

exasol-integration foundation-library integration-testing

Last synced: 13 Jan 2025

https://github.com/wojciechdlugosz/currency-react-app-unit-testing

First tests - unit testing, integration testing

integration-testing react unit-testing

Last synced: 07 Jan 2025

https://github.com/otaviovb/ntickets

Uma plataforma de compra de ingressos de alta disponibilidade e resiliência.

dotnet event-driven functional-testing integration-testing messenger ntickets observability opentelemetry sast unit-testing

Last synced: 04 Feb 2025

https://github.com/rjxby/modern-tenon

The ModernTenon API stands as a comprehensive reference implementation, showcasing the application of industry-standard practices and architectural patterns in backend development using .NET technologies.

api docker dotnet entity-framework-core integration-testing sqlite unit-testing

Last synced: 13 Jan 2025

https://github.com/vvscode/talk--heizenbug2023--user-objects

🦾🤖👩‍👩‍👦‍👦 Как мы автоматизировали тесты с несколькими пользователями

api-client heisenbug integration-testing userobject vvscode

Last synced: 17 Dec 2024

https://github.com/webmekanic/cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

cypress end-to-end-testing integration-testing reactjs testing typescript unit-testing

Last synced: 08 Jan 2025

https://github.com/pedrior/mywallet

Um sistema para gerenciar rendimentos e despesas. Com ele, você pode criar carteiras personalizadas, controlar transações, definir orçamentos e agrupar despesas em categorias. O sistema oferece relatórios diários, semanais e mensais, que podem ser exportados em PDF para acompanhamento offline.

aspnetcore csharp dapper ddd design-patterns docker dotnet integration-testing postgresql rest rest-api restful sql testcontainers unit-testing vertical-slice-architecture

Last synced: 11 Jan 2025

https://github.com/liteobject/integration.test.in.pipeline

Demo of integration test in Azure pipeline using docker container

api azure container docker integration-testing mssql-database pipeline

Last synced: 29 Dec 2024

https://github.com/fn-devx/py-face-recognition

face recognition server for canteen software

django dlib-face-recognition integration-testing

Last synced: 28 Jan 2025

https://github.com/matheusgb/autocomplete

🗒️ | A full-stack app leveraging WebSocket and Elasticsearch, built purely for enjoyment and to expand my skill set.

css elasticsearch golang html integration-testing javascript websocket

Last synced: 20 Dec 2024

https://github.com/spt-development/spt-development-test

A collection of utility classes useful for unit and integration testing.

apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing

Last synced: 10 Nov 2024

https://github.com/maemresen/test-containers-workshop

Repository for understanding working principle of Testcontainers. see https://www.testcontainers.org/

integration-testing java testcontainers testing

Last synced: 11 Jan 2025

https://github.com/austinadodo/mychunkssamplestems

A demo visualizing integration tests using Web Application factory. My focus here is showing it's implementation and not running through its characteristics.

api-rest csharp dotnet-core dotnetcoreapi integration-testing

Last synced: 09 Jan 2025

https://github.com/ardywsptr/awsresto_submission-3

Aplikasi AWS Resto - Submission ke-3 kelas Menjadi Front-End Web Developer Expert yang ada di Dicoding

dicoding end-to-end-testing expert frontend-web integration-testing javascript karma-jasmine nodejs npm optimization pwa submission-dicoding testing webpack

Last synced: 14 Jan 2025

https://github.com/eliasnogueira/junit5-before-after-all

Project that shows how to deal with general pre and postconditions using JUnit5

integration-testing java junit junit5 system-testing test-automation unit-testing

Last synced: 14 Jan 2025

https://github.com/aimenux/albademo

Using Alba for web api integration tests

alba integration-testing net60 web-api xunit-tests

Last synced: 10 Jan 2025