https://github.com/soenneker/soenneker.fixtures.integration
Provides a reusable and generic integration test xunit fixture 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.fixtures.integration
csharp dotnet fixture fixtures integration integrationfixture integrations test tests util xunit
Last synced: about 2 months ago
JSON representation
Provides a reusable and generic integration test xunit fixture 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.fixtures.integration
- Owner: soenneker
- License: mit
- Created: 2025-04-02T00:00:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-22T00:17:45.000Z (about 2 months ago)
- Last Synced: 2026-04-22T02:03:21.304Z (about 2 months ago)
- Topics: csharp, dotnet, fixture, fixtures, integration, integrationfixture, integrations, test, tests, util, xunit
- Language: C#
- Homepage: https://soenneker.com
- Size: 934 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.fixtures.integration/)
[](https://github.com/soenneker/soenneker.fixtures.integration/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.fixtures.integration/)
[](https://github.com/soenneker/soenneker.fixtures.integration/actions/workflows/codeql.yml)
#  Soenneker.Fixtures.Integration
### Provides a reusable and generic integration test xunit fixture 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.Fixtures.Integration
```