WireMockInspector 1.0.16
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global WireMockInspector --version 1.0.16
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.16
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=WireMockInspector&version=1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package WireMockInspector --version 1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WireMockInspector
WireMockInspect is a cross-platform UI app that facilitates WireMock troubleshooting.
How to install
WireMockInspector is distributed as dotnet tool
so it can be easily installed 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.
How to update
dotnet tool update WireMockInspector --global --no-cache --ignore-failed-sources
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
- Presents a list of all available scenarios along the details
- Visualise Scenario flow and current state
Using WireMockInspector from test code
Install WireMockInspector dotnet tool
dotnet tool install WireMockInspector --global --no-cache --ignore-failed-sources
Install
WireMock.Net.Extensions.WireMockInspector
nuget packet to your test projectExample usage in the code
using var wireMock = WireMockServer.Start(new WireMockServerSettings() { StartAdminInterface = true, Port = 9095 }); // Call Inspect() run WireMockInspect and attach it to the current WireMockServer instance wireMock.Inspect();
Product | Versions 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.29 | 826 | 7/31/2024 |
1.0.28 | 142 | 7/31/2024 |
1.0.27 | 142 | 7/31/2024 |
1.0.26 | 222 | 7/11/2024 |
1.0.25 | 872 | 1/22/2024 |
1.0.24 | 218 | 1/21/2024 |
1.0.23 | 251 | 1/18/2024 |
1.0.22 | 482 | 1/6/2024 |
1.0.21 | 485 | 12/17/2023 |
1.0.20 | 781 | 11/18/2023 |
1.0.19 | 422 | 11/3/2023 |
1.0.18 | 706 | 7/27/2023 |
1.0.17 | 525 | 7/26/2023 |
1.0.16 | 572 | 7/24/2023 |
1.0.15 | 476 | 7/23/2023 |
1.0.14 | 498 | 7/22/2023 |
1.0.13 | 513 | 7/15/2023 |
1.0.12 | 592 | 5/20/2023 |
1.0.11 | 372 | 5/15/2023 |
1.0.10 | 341 | 5/11/2023 |
1.0.9 | 443 | 5/9/2023 |
1.0.8 | 595 | 4/22/2023 |
1.0.7 | 464 | 4/21/2023 |
1.0.6 | 520 | 4/19/2023 |
1.0.5 | 391 | 4/16/2023 |
1.0.0 | 479 | 5/6/2023 |