Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T08:40:10.000Z (about 1 month ago)
- Last Synced: 2024-10-30T00:55:06.580Z (15 days ago)
- Topics: allure, csharp, nunit, reporting, specflow
- Language: C#
- Homepage: https://allurereport.org/
- Size: 6.2 MB
- Stars: 107
- Watchers: 26
- Forks: 65
- Open Issues: 73
-
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
[![Build](https://github.com/allure-framework/allure-csharp/actions/workflows/build.yml/badge.svg?branch=main)](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) | [![Nuget](https://img.shields.io/nuget/v/Allure.NUnit)](https://www.nuget.org/packages/Allure.NUnit/) |
| [Allure.Reqnroll](Allure.Reqnroll) | [https://allurereport.org/docs/reqnroll/](https://allurereport.org/docs/reqnroll/) | Maksim Stepanov | [![Nuget](https://img.shields.io/nuget/v/Allure.Reqnroll)](https://www.nuget.org/packages/Allure.Reqnroll/) |
| [Allure.SpecFlow](Allure.SpecFlow) | [https://allurereport.org/docs/specflow/](https://allurereport.org/docs/specflow/) | Alexander Bakanov | [![Nuget](https://img.shields.io/nuget/v/Allure.SpecFlow)](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) | [![Nuget](https://img.shields.io/nuget/v/Allure.Xunit)](https://www.nuget.org/packages/Allure.Xunit/) |## Allure.Net.Commons
[![](http://img.shields.io/nuget/v/Allure.Net.Commons.svg?style=flat)](https://www.nuget.org/packages/Allure.Net.Commons)
Use [this library](Allure.Net.Commons) to create custom Allure adapters for .Net test frameworks.