Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 600 Bytes

File metadata and controls

10 lines (6 loc) · 600 Bytes

Documents Api WireMock

This docker project creates a mock version of the Documents Api for use in integration tests.

It uses the .Net WireMock Docker Image as a base, and then overrides it to provide default routes and responses as below, which can then be used by the integration tests to validate liveness and provide default valid responses.

  • /
  • /api/v1/solutions/*/documents

The mappings are set in default-mapping.json.