Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 436 Bytes

IntegrationTests.Readme.md

File metadata and controls

7 lines (5 loc) · 436 Bytes

Net Core Integration Tests

Integration Tests are fundamentally different than Unit Tests. Unlike Unit Tests, these cannot be run as a standalone DLL and must be run in the context of their project (*.csproj).

For more information please visit Integration tests in ASP.NET Core

For the purpose of our build servers, please use this solution for all Integration Tests.