https://github.com/alsami/alsami.duende.identityserver.aspnetcore.testing
https://github.com/alsami/alsami.duende.identityserver.aspnetcore.testing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alsami/alsami.duende.identityserver.aspnetcore.testing
- Owner: alsami
- License: mit
- Created: 2022-01-20T16:52:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:16:59.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:15:44.378Z (over 1 year ago)
- Language: C#
- Size: 550 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# alsami.Duende.IdentityServer.AspNetCore.Testing
[](https://github.com/alsami/alsami.Duende.IdentityServer.AspNetCore.Testing/actions/workflows/push.yml)
[](https://codecov.io/gh/alsami/alsami.Duende.IdentityServer.AspNetCore.Testing)
[](https://www.nuget.org/packages/alsami.Duende.IdentityServer.AspNetCore.Testing)
[](https://www.nuget.org/packages/alsami.Duende.IdentityServer.AspNetCore.Testing)
This library serves as a testing framework for [Duende.IdentityServer](https://duendesoftware.com/products/identityserver) using [Microsoft.AspNetCore.TestHost](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests) and makes it easy to test your web-applications in combination with `Duende.IdentityServer`.
## Usage
This library is supposed to be used within test-projects. Please checkout the [prerequisites](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-6.0#test-app-prerequisites) described by Microsoft.
Check out the [docs](docs/) for more information about the usage!
## Installation
This package is available via nuget. You can install it using Visual-Studio-Nuget-Browser or by using the dotnet-cli for your test-project.
```unspecified
dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing
```
If you want to add a specific version of this package
```unspecified
dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing --version 1.0.0
```
For more information please visit the official [dotnet-cli documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package).