Giter Club home page Giter Club logo

example-wiremock-recorder's Introduction

Example WireMock Recorder

This is a proof of concept to show how WireMock can be used to manage connections to a third party server in a way that maximizes the conformity to its API while reducing the dependency of the code to it for tasks such as testing and local development.

For an in detail explanation of the whole setup, see this post: https://hceris.com/recording-apis-with-wiremock/

Requirements to run this app

  • Java 8
  • A working internet connection ๐Ÿ“ก

Goals

  • Confirm that the connection to the Third Party Server works through an automated test
  • Have unit tests that do not rely on external resources, but that use mock data using an external source
  • Have a way to easily refresh the test data in an automated way, to confirm that the mock data is compatible with the source
  • Use the same mocks for local development without any extra configuration or dependencies needed

Setup

This is a diagram how it all ties together

Diagram

App

The app exposes two routes

/todos
/todos/:id

They go against a real API

There is a comprehensive script to run everything in the app. When run without arguments, it displays all the possible targets.

example-wiremock-recorder's People

Contributors

sirech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.