Wiremock + Juni5 + GrahQL Integration Tests
April 16, 2020
How Wiremock Helps with GraphQL # Dependence on test data # It is common for Microservices to call other downstream services. The coordination to make sure all services have reliable test data in-sync with other services is exponentially hard. Thus the need for contract-driven development, which allows simultaneous development of services that depend on each other. Another positive side effect of writing tests using Wiremock: having deterministic CICD regression testing. ...