Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 509 Bytes

File metadata and controls

21 lines (14 loc) · 509 Bytes

Quick Start - WireMock on Testcontainers Go

See the Quickstart Guide

Pre-requisites

  • Go 1.20 or above
  • Docker-API compatible container runtime (more info)

TL;DR

git clone https://github.com/wiremock/wiremock-testcontainers-go repository
cd wiremock-testcontainers-go/examples/quickstart
go mod download
go test

Sample output

Quickstart CLI Output