SmokeMe
SmokeMe copied to clipboard
A convention-based dotnet plugin that will automatically expose all your declared smoke tests behind a /smoke resource in your API.
Hello, Thank you Thomas for this fatastic library. We are using it at Louvre Hotels Group and it is very useful for as. We get an incident after a production...
Unfortunatly, the "SmokeMe" package is not compatible with API versioning. From a Swagger UI, we get a bad request status code, as the "/smoke" endpoint does not specify any version....
For now on, when a smoke test needs to clean up some data, it must be part of the scenario or triggered using the "IDisposable" interface, which might not be...
Such as health checks can specify their required authorization using the method "RequireAuthorization()", it would nice to have the capacity to protect the "/smoke" endpoint by specifying an authorization mecanism...
Writing smoke tests is great in order to live-check our APIs (whatever the prod/non-prod environment). It would be great to be able to run all our smoke tests code (and...
This default Category may be override with the [Category("name")]