An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.testhosts.integration

Provides a reusable and generic integration test host that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities.
https://github.com/soenneker/soenneker.testhosts.integration

csharp dotnet host hosted integration integrationtesthost object testhosts testing tests

Last synced: 5 days ago
JSON representation

Provides a reusable and generic integration test host that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.testhosts.integration.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.testhosts.integration/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.testhosts.integration/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.testhosts.integration/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.testhosts.integration.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.testhosts.integration/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.TestHosts.Integration
### Provides a reusable and generic integration test host that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities.

## Installation

```
dotnet add package Soenneker.TestHosts.Integration
```