WireMockInspector 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global WireMockInspector --version 1.0.14
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local WireMockInspector --version 1.0.14
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=WireMockInspector&version=1.0.14
nuke :add-package WireMockInspector --version 1.0.14

WireMockInspector

WireMockInspect is a cross platform UI app that facilitates WireMock troubleshooting.

alternate text is missing from this package README image

How to install

WireMockInspector is distributed as dotnet tool so it can be easily install on Windows/MacOS/Linux with the following command

dotnet tool install WireMockInspector --global --no-cache --ignore-failed-sources

After installation you can easily run the app by executing wiremockinspector command.

Features

  • Presents a list of requests received by WireMock server.
  • Combines request data with associated mapping.
  • Presents a list of all available mappings with the definition
  • Generate C# code for defining selected mappings
  • WireMockServer settings editor

alternate text is missing from this package README image

Using WireMockInspector from test code

  1. Install WireMockInspector dotnet tool

     dotnet tool install WireMockInspector --global --no-cache --ignore-failed-sources
    
  2. Install WireMock.Net.Extensions.WireMockInspector nuget packet to your test project

  3. Example usage in the code

     using var wireMock = WireMockServer.Start(new WireMockServerSettings()
     					{
     						StartAdminInterface = true,
     						Port = 9095
     					});
    
     // Call Inspect() run WireMockInspect and attach it to current WireMockServer instance
     wireMock.Inspect();
    
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.25 721 1/22/2024
1.0.24 130 1/21/2024
1.0.23 146 1/18/2024
1.0.22 363 1/6/2024
1.0.21 387 12/17/2023
1.0.20 633 11/18/2023
1.0.19 294 11/3/2023
1.0.18 658 7/27/2023
1.0.17 452 7/26/2023
1.0.16 509 7/24/2023
1.0.15 425 7/23/2023
1.0.14 445 7/22/2023
1.0.13 448 7/15/2023
1.0.12 537 5/20/2023
1.0.11 307 5/15/2023
1.0.10 305 5/11/2023
1.0.9 385 5/9/2023
1.0.8 527 4/22/2023
1.0.7 403 4/21/2023
1.0.6 442 4/19/2023
1.0.5 340 4/16/2023
1.0.0 417 5/6/2023