PreviousNext

Running smoke tests for ASP.NET Core apps in CI using Docker

by bill-s, 2018-08-31T03:08:38.736Z

In this post I'll discuss a technique I use occasionally to ensure that an ASP.NET Core app is able to start correctly, as part of a continuous integration (CI) build pipeline. These "smoke tests" provide an initial indication that there may be something wrong with the build, which may not be caught by other tests.

Read More