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.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.testhosts.integration
- Owner: soenneker
- License: mit
- Created: 2026-04-20T16:00:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-02T01:58:43.000Z (9 days ago)
- Last Synced: 2026-06-02T03:23:53.122Z (9 days ago)
- Topics: csharp, dotnet, host, hosted, integration, integrationtesthost, object, testhosts, testing, tests
- Language: C#
- Homepage: https://soenneker.com
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.testhosts.integration/)
[](https://github.com/soenneker/soenneker.testhosts.integration/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.testhosts.integration/)
#  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
```