A convention-based dotnet plugin that will automatically expose all your declared smoke tests behind a /smoke resource in your API.
Info
Version: | 2.2.0 |
Author(s): | Thomas PIERRAIN (use case driven) |
Last Update: | Wednesday, March 9, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/42skillz/SmokeMe |
NuGet Url: | https://www.nuget.org/packages/SmokeMe |
Install
Install-Package SmokeMe
dotnet add package SmokeMe
paket add SmokeMe
SmokeMe Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.NewtonsoftJson(>= 3.1.2)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer(>= 4.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.2)
- Microsoft.OpenApi(>= 1.1.4)
- Newtonsoft.Json(>= 12.0.3)
- Swashbuckle.AspNetCore.SwaggerGen(>= 5.0.0)
- Swashbuckle.AspNetCore.SwaggerUI(>= 5.0.0)
Tags