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

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.

Awesome Lists containing this project

README

          

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

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```