TestWell is a framework for spinning up environments for the purpose of local integration testing.
Info
Version: | 2.0.0 |
Author(s): | Stephen Porter |
Last Update: | Sunday, October 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/StephenMP/TestWell |
NuGet Url: | https://www.nuget.org/packages/TestWell |
Install
Install-Package TestWell
dotnet add package TestWell
paket add TestWell
TestWell Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting(>= 2.1.1)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.1.3)
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- Microsoft.EntityFrameworkCore.InMemory(>= 2.1.4)
- MongoDB.Driver(>= 2.7.0)
Tags