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.
- GitHub: https://github.com/topics/integration-testing
- Related Topics: testing, unit-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing,
- Aliases: integration-tests,
- Last updated: 2026-04-18 00:17:01 UTC
- JSON Representation
https://github.com/gigabyte5671/micro-test-runner
A minimal JavaScript test runner.
integration-testing javascript library test testing unit-testing
Last synced: 07 Feb 2026
https://github.com/aligent/magento-integration-test-pipe
Bitbucket pipes for running integration and functional tests for Magento 2 projects.
functional-testing integration-testing magento2 pipe testing
Last synced: 22 Dec 2025
https://github.com/edsonwade/spring-testing-mastery
This repository is a practical and educational resource focused on testing Spring Boot applications across all architectural layers. It demonstrates how to write effective and maintainable tests using modern tools and techniques.
cucumber-java h2-database integration-testing java mockito-junit-test mockmvc testcontainers-junit-jupiter
Last synced: 09 Oct 2025
https://github.com/ososuna/testing-js
🧪 Testing with JavaScript course from Platzi
end-to-end integration-testing javascript jest testing uitest unit-testing
Last synced: 23 Feb 2025
https://github.com/heige-pcloud/tasty-process
Test execution of external processes with Tasty
haskell integration-testing tasty testing
Last synced: 11 Sep 2025
https://github.com/sshehrozali/spring-tdd-example
Example Spring Boot application developed using Test Driven Development using JUnit, Mockito, AssertJ and Hamcrest.
extreme-programming integration-testing java junit5 mockito mockito-junit mockito-junit-test spring-boot test-driven-development unit-testing
Last synced: 28 Mar 2025
https://github.com/AlexGalhardo/farm-nestjs-api
A simple NestJS REST CRUD API using PostgreSQL, PrismaORM, Zod, Docker, Pino Logger, Swagger OpenAPI Documentation, Unit and Integrations Tests using Jest
api crud docker integration-testing nestjs postgresql prisma rest-api typescript unit-test zod
Last synced: 30 Dec 2025
https://github.com/mirzaianov/udemy-javascript-unit-testing
Learn how to write automated tests (unit & integration tests) for your JavaScript projects with Vitest & Jest
course integration-testing jest test udemy unit-testing vitest
Last synced: 23 Feb 2025
https://github.com/mmadfox/testcontainers
pre-configured testcontainers for your golang integration tests.
go-intergration-testing go-testcontainers integration-testing testcontainers
Last synced: 14 Jan 2026
https://github.com/tanzeem131/namaste-react
Course instructor: Akshay Saini.
akshay-saini geolocation-api integration-testing jest namaste-react namaste-react-course npm react react-hooks react-router reactjs redux-toolkit router-dom tailwindcss testing unit-testing
Last synced: 05 Apr 2026
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: 23 Jun 2025
https://github.com/bootcamptoprod/spring-boot-embedded-mongo
A simple app showcasing how to use embedded Mongo inside a Spring Boot
crud-api crud-application crud-operations database embedded-database flapdoodle-embed-mongo integration-testing mongodb spring spring-boot testing
Last synced: 07 Apr 2026
https://github.com/aimenux/middlewarestylesdemo
Using various styles for writing custom middlewares
fluent-assertions integration-testing middleware net80 unit-testing
Last synced: 11 Oct 2025
https://github.com/ashutoshsahoo/employee-service
Employee Service
h2-database integration-test integration-testing jpaspecificationexecutor junit-5 junit-insights junit-report junit-test qbe querybyexample specification spring-boot spring-data-jpa staticmetamodel swagger swagger-api swagger-ui testing unit-test
Last synced: 11 Oct 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: 07 Apr 2026
https://github.com/alexalvess/poc-tests-scopes
This project has an objective to show some Tests Scopes that we have
fake integration-testing test test-automation unittest
Last synced: 28 Oct 2025
https://github.com/kuldeepsingh99/keycloak-testcontainers
This repository demonstrates how to perform integration testing in a Spring Boot application that uses Keycloak for authentication, by leveraging Keycloak Testcontainers.
integration-testing keycloak springboot3 testcontainers testcontainers-keycloak
Last synced: 12 Oct 2025
https://github.com/barata-ribeiro/sentinelofliberty
Remake of the Sentinel of Liberty project, with Java Spring Boot for backend.
authjs integration-testing java java-23 jpa-entities next-auth nextjs nextjs15 react19 spring-boot spring-boot-3 spring-data-jpa spring-security-jwt springboot tailwindcss typescript
Last synced: 05 Apr 2026
https://github.com/uosyph/alx-backend-python
ALX Backend Python Repository - A collection of projects developed during the ALX Software Engineering Program, focusing on Python. It covers essential topics like asynchronous programming with asyncio, variable annotations, and comprehensive testing with unit and integration tests.
alx alx-africa alx-backend alx-curriculum alx-specialization asynchronous asyncio integration-testing python unit-testing
Last synced: 23 Jun 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: 12 Oct 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: 10 Apr 2026
https://github.com/m7moudgadallah/devbootcampapi
This repo contains devBootcamp API with nodejs, express and MongoDB
api-testing docgen express integration-testing javascript jest mongodb nodejs postman-documentation restful-api
Last synced: 02 Apr 2026
https://github.com/achanandhi-m/golang-bookapi-test
A RESTful API built with Go for tracking books you're reading. You can manage book details like title, author, and reading progress, with all data stored in a PostgreSQL database. The project is containerized using Docker and includes unit, integration, and API tests to ensure reliability.
api apitesting docker go golang integration-testing postgres testing unit-testing
Last synced: 21 Jun 2025
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: 02 Apr 2026
https://github.com/ahmad-alhamoud/hogwarts-artifacts-app
azure azure-database-for-mysql azureblobstorage azurekeyvault ci-cd docker github-actions grafana-dashboard integration-testing oop-principles openai prometheus redis-cache spring-boot springsecurity-jwt testcontainers unit-testing zipkin
Last synced: 07 May 2025
https://github.com/abhishek-parmar1/testing_with_karma_and_jasmine
This repository contains how to perform java-script testing (setting up of frame work and using it).
integration-testing karma-jasmine testing-framework unit-testing
Last synced: 14 Oct 2025
https://github.com/vlovric/tkpp-mylibra
acceptance-testing automation-testing csharp dotnet integration-testing unit-testing
Last synced: 10 Jul 2025
https://github.com/raulrobinson/backend-reactivo
Backend de servicios para un bootcamp, tecnologia WebFlux con MySQL, MongoDB y WebClient.
integration-testing mongodb mysql spring-boot swagger unit unit-testing webflux
Last synced: 07 May 2025
https://github.com/mos63/e2e_full_api_demo
End-to-end API development and deployment using FastAPI, Docker, and Kubernetes.
codecov docker-compose e2e-tests go-kit godev gokit gomock integration-testing istio kubernetes microservice todomvc unittest
Last synced: 10 Jul 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: 17 Jun 2025
https://github.com/mogluiz/brand-vue-store
Brand Vue Store is a watch store being developed with vueJS, Nuxt, Vue Test Utils, Jest and Cypress.
e2e-tests integration-testing nuxtjs unit-testing vuejs
Last synced: 17 Oct 2025
https://github.com/knotx/knotx-junit5
JUnit 5 support and extensions for Vert.x projects
integration-testing junit5 knotx
Last synced: 11 Apr 2025
https://github.com/nikitug/rspec-stepwise
Stepwise execution DSL for RSpec.
Last synced: 28 Dec 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: 08 Apr 2026
https://github.com/gabrielh-silvestre/drone-feeder
O Drone Feeder é uma aplicação REST de um sistema de delivery que permitirá a entrega de pacotes com drones.
crud integration-testing java rest-api spring-boot unit-testing
Last synced: 04 Apr 2025
https://github.com/yvanmazy/remotedminecraft
Library to run Minecraft from code and control it remotely.
integration-testing library minecraft remote
Last synced: 03 Apr 2025
https://github.com/mnzcrsh/biocurrency-extractor
Small F# sandbox project for testing purposes
fixture fsharp integration-testing modules redis
Last synced: 19 Oct 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: 19 Oct 2025
https://github.com/vensas/testing-playground
Showcase several ways to test modern applications by example of a .NET service and a React SPA.
accessibility-testing axe-core integration-testing jest playwright react-testing-library testcontainers unit-testing xunit
Last synced: 15 Mar 2026
https://github.com/balamirr/safetynet
Java, Spring Boot, JUnit, Integration Test, Unit Test, Jacoco Report, Surefire Report
integration-testing jacoco java junit spring-boot surefire unit-testing
Last synced: 20 Oct 2025
https://github.com/kstrassheim/datawarehouse-crawler
This is a content and schema crawler tool to receive, update and import various kinds of data into a Onprem or Cloud based SQLServer or Azure-Synapse-Analysis (Azure Datawarehouse SQLServer). As source it supports SQLServer Tables, ODATA Endpoints, CSV Files or Excel Files. For multiple sources it can run in parallel mode where it would make a thread for each connection. The speciality of this crawler is that it creates the target tables by himself using the additional info from source.json. In case of Azure-Synapse-Analysis it would estimate the distribution type and keys. The syncing works completely without SQL Transactions by using a consistency correction algorithm for very frequent fact tables. There are 5 Syncing Algorithms (see Manual/Insert) which can be selected as well as one Update Algorithm.
azure-data-warehouse azure-synapse-analytics business-intelligence crawler csv data-import data-science datawarehouse datawarehousing docker dotnet-core-2 excel integration-testing odata parallel-computing sql
Last synced: 03 Apr 2025
https://github.com/kevintsengtw/dotnet-testing-agent-skills
AI Agent Skills for .NET Testing - Based on 30-Day Testing Challenge (iThome Ironman 2025 Winner)
agent-skills ai-assisted-development copilot-skills csharp dotnet dotnet-testing github-copilot integration-testing testing unit-testing xunit
Last synced: 11 Mar 2026
https://github.com/maxbarsukov-itmo/tpo-2
🐞 ТПО: Лабораторная работа №2
integration-testing itmo java junit junit5 laboratory-work maxbarsukov
Last synced: 03 Apr 2025
https://github.com/allanvillatoro/nodewebinar
This project serves as a demonstration of best practices in modern Node.js and TypeScript development, with a strong focus on code quality, maintainability, and automated testing
continuous-integration formatting github-actions integration-testing linting typescript unit-testing
Last synced: 06 Feb 2026
https://github.com/reecepbcups/docci
Your documentation is now your test suite
ci documentation integration-testing
Last synced: 20 Mar 2025
https://github.com/jcalopes/sales-project
Spring boot microservice-based application. Project under construction.
api-gateway discovery-service docker-compose grafana integration-testing kafka kubernetes microservice microservices microservices-architecture prometheus spring-boot
Last synced: 02 Apr 2026
https://github.com/jaynetics/gouteur
A Ruby gem to automate integration testing of gems before release
automation integration-testing minitest rspec ruby tooling
Last synced: 24 Feb 2026
https://github.com/bifrurcated/wallet
integration-testing jdbc liquebase mockmvc restcontrolleradvice webmvc
Last synced: 17 Jan 2026
https://github.com/cornelius/httpotemkin
Mock HTTP services for system tests
acceptance-testing http integration-testing mock rspec
Last synced: 20 Jan 2026
https://github.com/adarsh-k27r/salahkart
Collection of some of my works during my internship period at Salahkart for preview and educational purpose only.
bs4 cross-encoder database-design embeddings huggingface-transformers integration-testing ner nlp-machine-learning nltk numpy-arrays pandas python resume-parser selenium-webdriver sentence-transformers skills-assessment spacy-nlp sts transformers unit-testing
Last synced: 01 Mar 2026
https://github.com/braydoncoyer/react-testing-library-intro
The project used in the talk "App Confidence - An Introduction to Testing React". This project covers the basics of the RTL by looking over the example of a newsletter subscription form.
integration-testing react react-testing-library
Last synced: 08 Sep 2025
https://github.com/saitejesh12345/junit5_part4_complete_unit-integration_testing
Here we build an application from Start to end with Proper UnitTesting and Integration Testing with BDDStyle All layers will be tested.Check ReadmeFile for Proper explanation of Code.This is Complete SpringBoot with Junit5 & Integration Test
assertj-library backend-services bdd-framework integration-testing jsonpath-library junit5 springboot
Last synced: 23 Feb 2025
https://github.com/garysassano/cdk-aws-integration-tests-ts
CDK integration tests in TypeScript using integ-runner CLI
aws-cdk aws-cdk-ts awscdk-app-ts awscdk-integ-runner awscdk-integration-tests cdk-integ-runner cdk-integ-tests integ-runner integration-testing
Last synced: 26 Mar 2025
https://github.com/garysassano/cdk-aws-integration-tests-py
CDK integration tests in Python using integ-runner CLI
aws-cdk aws-cdk-py awscdk-app-py awscdk-integ-runner awscdk-integration-tests cdk-integ-runner cdk-integ-tests integ-runner integration-testing
Last synced: 26 Mar 2025
https://github.com/baberlabs/chatr
Real-time chat application focused on backend correctness, authentication boundaries, and Socket.IO-based messaging. Built as a systems-minded learning project with strong test coverage and clear invariants.
authentication backend-architecture express integration-testing javascript jwt learning-project mongodb nodejs react real-time rest-api socket-io
Last synced: 12 Apr 2026
https://github.com/marcus-v-freitas/mvfc.mongodbflow
A purpose-driven .NET library that provides a clean, opinionated surface for managing MongoDB repositories, entity mapping, and transactional data flows.
asp-net-core crud csharp di-container dotnet flow integration-testing mapping mongo-driver mongodb nosql repository repository-pattern testcontainers transaction unit-of-work unit-testing
Last synced: 03 Apr 2026
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: 02 Mar 2025
https://github.com/vagnerbellacosa/063_blindandocodigocoberturatestesunitarios
Blindando seu código com cobertura de testes unitários
digital-innovation-one integration-testing labs qa system-integration test unit-testing
Last synced: 27 Feb 2026
https://github.com/codeworksfrance/toml-it
A stupid TOML integration tests typescript library
codeworks integration-testing javascript jest toml typescript
Last synced: 17 Apr 2026
https://github.com/cerezo074/stockfinder
StockFinder is an iOS application designed to efficiently manage and search for stock information.
async-await clean-architecture combine coordinator-pattern integration-testing mvvm repository-pattern solid spm structure-concurrency swift swift-package-manager swiftdata swifttest swiftui tree unit-testing xcode
Last synced: 18 Apr 2026
https://github.com/yegorkozlov/acs-aem-commons-tests
A collection of integration tests that can be run to validate ACS AEM Commons
acs-aem-commons adobe-experience-manager aem integration-testing
Last synced: 13 Apr 2025
https://github.com/dfaust/repeated-assert
An assertion macro that tries to assert expressions multiple times
helper integration-testing rust
Last synced: 21 Feb 2025
https://github.com/erkanzileli/e-library-api
Agile Software Development Project
graphql integration-testing java jwt spring-boot spring-security unit-testing
Last synced: 17 Apr 2026
https://github.com/sfuhrm/vagrant-cisco-nexus
Network Device Simulation for Cisco Nexus with Vagrant
cisco integration-testing network-programming nexus nx-os vagrant virtualization
Last synced: 15 Jun 2025
https://github.com/afiore/servicebox
Define and run integration test services using scala and docker containers
cats docker integration-testing io-monad scala
Last synced: 15 Mar 2025
https://github.com/herikerbeth/scheduling-tasks
This is a Spring Boot application designed to schedule and execute tasks periodically. The application demonstrates how to use the Spring Framework’s @Scheduled annotation to create scheduled tasks that run automatically at regular intervals.
integration-testing java junit maven mockito-junit spring-boot
Last synced: 06 Mar 2025
https://github.com/nagshashabuako/integration-testing
A simple integration-testing project with CI/CD pipeline, docker compose for testing.
api-testing automation bdd-framework docker dotnet go-test hpc integration-testing managed-by-terraform pytest reporting ruby scientific-computing test-kitchen
Last synced: 01 Sep 2025
https://github.com/monambike/ouroweb-scripts
SQL Server scripts for automate, search, understand, and facilitate management in OuroWeb testing and development applications.
automation integration integration-testing microsoft-sql-server scripts sql sql-server sql-server-management-studio sqlserver ssms
Last synced: 01 Sep 2025
https://github.com/florianmgs/oc-p11-gudlft
OpenClassrooms - Python Application Developer - Project 11
flask functional-testing integration-testing locust performance-testing pytest python selenium unit-testing
Last synced: 08 Mar 2025
https://github.com/russell767/test
About **TruthWeb test | 🌐📱 Official Website Repository** TruthWeb is an open-source, all-in-one platform designed for Pi Network Pioneers to seamlessly integrate Pi into their daily lives. It serves as a digital hub for products, goods, and services, empowering users to transact and engage within the Pi ecosystem.
angular assertions contract-testing frontend go integration-testing javascript kotlin painless redux snapshot tdd test-automation webdriver
Last synced: 03 Apr 2026
https://github.com/austinadodo/serialapimuncher
Utility for API testing
dotnet-core integration-testing nunit-tests rest-api test-driven-development
Last synced: 26 Feb 2025
https://github.com/chen0040/spring-zookeeper-standalone-server
A zookeeper standalone server for integration testing implemented with web api using spring boot
Last synced: 03 Apr 2025
https://github.com/youssefgamalmohamed/library-management-system-spring-boot
This project aims to develop a robust Library Management System API using Spring Boot. The system facilitates librarians in efficiently managing books, patrons, and borrowing records.
integration-testing java log4j2 logbook mysql open-api-documentation spring-boot spring-data-jpa spring-validation unit-testing
Last synced: 15 Mar 2025
https://github.com/andriyborkovich/pm-backend
Project management system web API
asp-net-core integration-testing modular-monolith-architecture postgresql
Last synced: 23 Mar 2025
https://github.com/amigoscode/java-unit-testing
Java Unit Testing Course Repo
assertj integration-testing java junit5 programming tdd testing unit-testing
Last synced: 20 Jul 2025
https://github.com/yann-github/bill-app
OC - P9 - Billed - Débuggez et testez un SaaS RH
debugging-tool developer-tools e2e-testing integration-testing jest test-coverage testing-library unit-testing
Last synced: 04 Jul 2025
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: 15 Mar 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: 15 Jul 2025
https://github.com/ashutoshsahoo/gs-spring-boot-cucumber
Run cucumber integration tests in spring boot application
cucumber cucumber-java cucumber-reports cucumber-runner cucumber-step feature-file gherkin gradle gradle-task integration-testing spring-boot-3
Last synced: 11 Apr 2026
https://github.com/aimenux/correlationidheaderdemo
Passing correlation id in request/response headers
correlation-id fluent-assertions integration-testing middleware net60 nsubstitute serilog webapi xunit
Last synced: 22 Nov 2025
https://github.com/aimenux/watchdogdemo
Using WatchDog for request/response/exception logging
entity-framework-core fluent-assertions integration-testing log-viewer net80 nsubstitute unit-testing watchdog web-api xunit
Last synced: 27 Feb 2025
https://github.com/aimenux/webapiv2integrationtestsdemo
Using integration tests with web api v2 projects
autofac-container fluent-assertions integration-testing net-framework-480 ninject-container unity-container webapi2 xunit-tests
Last synced: 22 Jun 2025
https://github.com/aimenux/albademo
Using Alba for web api integration tests
alba integration-testing net60 web-api xunit-tests
Last synced: 27 Feb 2025
https://github.com/aimenux/modelbindingdemo
Using various model binding ways
controller-api fluent-assertions integration-testing minimal-api model-binding net80 xunit-tests
Last synced: 27 Feb 2025
https://github.com/aimenux/mediatrdemo
Using mediatr to enforce cqrs and loose coupling between components
entity-framework integration-testing mediatr net80 unit-testing
Last synced: 16 Aug 2025
https://github.com/aimenux/customfeaturefilterdemo
Using custom feature filters
custom-filters feature-flags integration-testing net60 webapi
Last synced: 27 Feb 2025
https://github.com/chiragyadav2003/integration-testing
A simple integration-testing project with CI/CD pipeline, docker compose for testing.
cicd-pipeline cicd-pr-validation docker docker-compose express integration-testing prisma shell-script supertest typescript vitest zod
Last synced: 11 Apr 2026
https://github.com/johnsmithcoder1/stormviewertdd
Rewrite of Storm Viewer using test driven development.
coordinator-pattern integration-testing tdd test-driven-development unit-testing
Last synced: 15 May 2025
https://github.com/lasalefamine/chimp-cucumber
Learning Chimp with Cucumber
automated-tests chimp cucumber integration-testing live-test
Last synced: 23 Mar 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: 01 Sep 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: 15 Apr 2025
https://github.com/alissonwenceslau/test-driven-development
TDD
h2database integration-testing spring-boot spring-web tdd testdrivendevlopment testing unitytes
Last synced: 15 Mar 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: 26 Feb 2025
https://github.com/homestak-dev/iac-driver
Integration test orchestration for Proxmox VE infrastructure-as-code
homelab infrastructure-as-code integration-testing proxmox
Last synced: 31 Jan 2026
https://github.com/talha4t/e-commerce
e-commerce backend api
integration-testing nestjs nodejs postgresql prisma-orm redis
Last synced: 11 Apr 2026
https://github.com/aimenux/dummywebapidemo
Using a web api to play with dummies
autofixture automapper entity-framework fluent-assertions fluent-validation integration-testing mediatr net80 serilog unit-testing webapi
Last synced: 27 Feb 2025