Integration testing topic

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.

List Integration testing repositories

conex

82
Stars
10
Forks
Watchers

Conex integrates Docker with testing package so you can easily run your integration tests with containers.

gest

145
Stars
2
Forks
Watchers

👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud

DNTFrameworkCore

314
Stars
76
Forks
Watchers

Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework

DNTFrameworkCoreTemplate

35
Stars
8
Forks
Watchers

Boilerplate project templates based on DNTFrameworkCore

smocker

1.1k
Stars
58
Forks
Watchers

Smocker is a simple and efficient HTTP mock server and proxy

httparrot

85
Stars
26
Forks
Watchers

HTTP Request & Response Server. An incomplete clone of http://httpbin.org

async-wait-until

73
Stars
13
Forks
Watchers

Waits for an expectation to be truthy. A small library with a convenient API suitable for unit and integration testing

govcr

163
Stars
14
Forks
Watchers

HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing

jest-to-match-shape-of

41
Stars
7
Forks
Watchers

A Jest matcher to verify the shape of an object. Makes integration testing simple.

gnomock

1.3k
Stars
65
Forks
Watchers

Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻