Skip to content

MaxVanDeursen/Betabit.Testcontainers

Repository files navigation

Betatalks Testcontainers

This application constitutes a sample of a project containing integration tests using the Testcontainers for .NET NuGet package. It consists of a simple ASP.NET Core together with an integration test project.

Getting Started

To run this application locally, you require the following software

Running the ASP.NET Core API

The connection string for the local database is specified within src/Betatalks.Testcontainers.Api/appsettings.json. By default this points to the LocalDB BetatalksTestcontainers. If you want to use a different database, make sure to change this connection string. The API can then be started using the following command: dotnet run --project src/Betatalks.Testcontainers.Api

Running integration tests

Docker is required to be installed on the machine prior to running the integration tests. The integration tests can be ran through dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published