Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piomin/sample-testing-microservices
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
https://github.com/piomin/sample-testing-microservices
component-testing contract-testing feign-client gatling hoverfly microservices pact spring-boot spring-boot-test spring-cloud
Last synced: 17 days ago
JSON representation
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
- Host: GitHub
- URL: https://github.com/piomin/sample-testing-microservices
- Owner: piomin
- Created: 2018-08-16T11:42:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:10:20.000Z (3 months ago)
- Last Synced: 2024-10-10T20:55:11.388Z (about 1 month ago)
- Topics: component-testing, contract-testing, feign-client, gatling, hoverfly, microservices, pact, spring-boot, spring-boot-test, spring-cloud
- Language: Java
- Homepage: https://piotrminkowski.com
- Size: 91.8 KB
- Stars: 25
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Microservices Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
In this project I'm demonstrating you the most interesting tools and frameworks designed for testing Java microservices with Spring Boot Test. These tools are: [Hoverfly](https://hoverfly.io/), [Pact](https://docs.pact.io/), [Gatling](https://gatling.io/)
The example is available in the branch [master](https://github.com/piomin/sample-testing-microservices/tree/master). A detailed guide may be find in the following article: [Testing Microservices: Tools and Frameworks](https://piotrminkowski.com/2018/09/06/testing-microservices-tools-and-frameworks/)