Skip to content

WireMock as dotnet tool

Stef Heyenrath edited this page Oct 15, 2021 · 6 revisions

WireMock as dotnet tool

NuGet Badge dotnet-wiremock

Installation

Install locally:

dotnet tool install --global dotnet-wiremock

In case you also use private NuGet endpoints, follow this link to solve authentication errors.

Usage

Start the WireMock.Net server:

dotnet-wiremock

See WireMock commandline parameters for all supported commandline arguments.

Clone this wiki locally