This codebase was created to demonstrate integration tests created using jbogard Respawn.

Getting started

  1. Clone the repo

  2. Install the .NET 5 SDK: https://www.microsoft.com/net/download/core

  3. Install PostgreSQL: https://www.postgresql.org/download/

  4. Change database connection strings:

    • RespawnCoreApiExample.IntegrationTests\appsettings.IntegrationTests.json
    • RespawnCoreApiExample.Api\appsettings.json
  5. Run using IDE like Microsoft Visual Studio or Rider. It will create database automatically.