https://github.com/allure-framework/allure-csharp
Allure integrations for C# test frameworks
https://github.com/allure-framework/allure-csharp
allure csharp nunit reporting specflow
Last synced: 7 months ago
JSON representation
Allure integrations for C# test frameworks
- Host: GitHub
- URL: https://github.com/allure-framework/allure-csharp
- Owner: allure-framework
- License: apache-2.0
- Created: 2017-06-19T06:12:27.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T08:56:44.000Z (about 1 year ago)
- Last Synced: 2025-05-08T02:25:11.948Z (8 months ago)
- Topics: allure, csharp, nunit, reporting, specflow
- Language: C#
- Homepage: https://allurereport.org/
- Size: 6.2 MB
- Stars: 116
- Watchers: 24
- Forks: 66
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Allure C# Integrations
[](https://github.com/allure-framework/allure-csharp/actions/workflows/build.yml)
> This repository contains adapters for C# test frameworks.
[
](https://allurereport.org "Allure Report")
- Learn more about Allure Report at [https://allurereport.org](https://allurereport.org)
- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
- ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
- 📢 [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – stay updated with our latest news and updates
- 💬 [General Discussion](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community
- 🖥️ [Live Demo](https://demo.allurereport.org/) — explore a live example of Allure Report in action
---
### Adapters
| Package | Documentation | Author | Release |
|:-----------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------|:-----------------------------------------------------------------------------------------------------------:|
| [Allure.NUnit](Allure.NUnit) | [https://allurereport.org/docs/nunit/](https://allurereport.org/docs/nunit/) | [Nick Chursin](https://github.com/unickq) | [](https://www.nuget.org/packages/Allure.NUnit/) |
| [Allure.Reqnroll](Allure.Reqnroll) | [https://allurereport.org/docs/reqnroll/](https://allurereport.org/docs/reqnroll/) | Maksim Stepanov | [](https://www.nuget.org/packages/Allure.Reqnroll/) |
| [Allure.SpecFlow](Allure.SpecFlow) | [https://allurereport.org/docs/specflow/](https://allurereport.org/docs/specflow/) | Alexander Bakanov | [](https://www.nuget.org/packages/Allure.SpecFlow/) |
| [Allure.Xunit](Allure.Xunit) | [https://allurereport.org/docs/xunit/](https://allurereport.org/docs/xunit/) | [Shumakov Ivan](https://github.com/IvanWR1995) | [](https://www.nuget.org/packages/Allure.Xunit/) |
## Allure.Net.Commons
[](https://www.nuget.org/packages/Allure.Net.Commons)
Use [this library](Allure.Net.Commons) to create custom Allure adapters for .Net test frameworks.