Tyrrrz / FuncTestingInAspNetCoreExample

Example of doing functional testing with an ASP.NET Core application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample project that shows how to test an ASP.NET Core web service using Docker and TestServer.

To run the project, use the Docker Compose file in the root directory. To run tests, simply use dotnet test instead.

See the article on my blog for more info.

About

Example of doing functional testing with an ASP.NET Core application


Languages

Language:C# 98.1%Language:Dockerfile 1.9%