COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210905050231/https://github.com/topics/microservices-testing
Here are
23 public repositories
matching this topic...
Over the wire test doubles
Updated
Aug 22, 2021
JavaScript
An HTTP server for stubbing external systems in both Docker and non-containerized environments for integration, contract and behavior testing.
Microservices Testing in practice.
Learn some of the high level microservices testing cases with hands on examples.
Updated
Apr 17, 2019
Java
Contract Testing Boilerplate for the microservices developed using Spring Boot and Kafka in a maven multi-module project.
Code for microservices which are build with spring boot, micronaut and other available frameworks
Updated
Jan 17, 2020
Java
Dockerized Pact Broker with OAuth2 integration
Updated
Feb 23, 2017
Perl
Example of contract testing for microservices using spring clould contract
Updated
Jun 25, 2019
Java
sample spring boot application illustratig usage of such test frameworks like spring boot test, gatling, spring cloud contract, pact, mockito, hoverfly
This is the test project for restrictions API. You can see in the readme file the dependent services and projects to be able to use it.
Updated
Oct 29, 2020
Java
This is the common and base project for the restrictions-client and simulations-client that contains the base API and shared libraries
Updated
Oct 29, 2020
Java
Demonstrates a number of testing types and patterns that should be helpful in testing distributed microservice architectures.
Updated
Feb 22, 2021
TypeScript
This is the client project used in the restrictions-test project to show how we can modularise a test project.
Updated
Oct 29, 2020
Java
This is the test project for the credit-simulator-api that shows how to modularise a test project creating a client and a test separately
Updated
Oct 29, 2020
Java
Java EE application which demonstrate the usage of Arquillian framework for Integration Testing
Updated
Mar 30, 2019
Java
This is the parent project for the restrictions-test and simulations-test
This is the client project used in the simulations-test to show how we can modularise a test project.
Updated
Oct 29, 2020
Java
Apache Fineract csv files for import to set up a basic credit union structure
Updated
Aug 25, 2019
Java
hexagonal-architecture-poc
Mountebank imposter service on Docker
Updated
Mar 31, 2020
HTML
If u wanna rate some strips from KFC then u're in the right place
Improve this page
Add a description, image, and links to the
microservices-testing
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
microservices-testing
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Borrowed from Wiremock, Camouflage should have the options to simulate bad responses
Describe the solution you'd like
A new handlebar with syntax
{{fault type='FAULT_TYPE'}}
Describe alternatives you've considered
NA
Additional context
http://wiremock.org/docs/simulating-faults/