Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1006 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1006 Bytes

Using docker-compose with your ASP.NET + EF Core integration tests

This repo contains the ASP.NET Core app that I use to demonstrate during a series of blog posts I've been writing about integration tests. You can check the series/posts here: Integration tests in ASP.NET Core.

Azure DevOps builds (branch) GitHub Workflow Status (branch)

Requirements

  • Docker
  • .NET Core SDK 5.0.x
  • Some cool terminal

Running the tests locally

  1. Start the Docker container for SQL Server: docker-compose up

  2. Run dotnet test