Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noksa/allure.nunit
C# NUnit Allure with improvements and SpecFlow3 adapter
https://github.com/noksa/allure.nunit
adapter allure allure-csharp allure-nunit allure-report allure2 automated-testing automation csharp cucumber nunit report reporting reporting-tool specflow
Last synced: about 1 month ago
JSON representation
C# NUnit Allure with improvements and SpecFlow3 adapter
- Host: GitHub
- URL: https://github.com/noksa/allure.nunit
- Owner: Noksa
- License: mit
- Created: 2018-07-06T13:25:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:48:52.000Z (about 2 years ago)
- Last Synced: 2024-05-29T09:08:07.218Z (7 months ago)
- Topics: adapter, allure, allure-csharp, allure-nunit, allure-report, allure2, automated-testing, automation, csharp, cucumber, nunit, report, reporting, reporting-tool, specflow
- Language: C#
- Homepage:
- Size: 555 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# C# Classic NUnit Allure with new features
[![nuget](http://flauschig.ch/nubadge.php?id=Noksa.NUnit.Allure)](https://www.nuget.org/packages/Noksa.NUnit.Allure/)#### New in 3.0 - Forget about wrapping methods with `RunStep`, use [AllureStep] attribute on methods! More info [here](https://github.com/Noksa/Allure.NUnit/wiki/AllureStep-Attribute).
Also, if you want to use allure steps in `[Setup]`, `[TearDown]`, `[OneTimeSetUp]` and `[OneTimeTearDown]` then this is what you need.
More information about other new features can be found in the [wiki](https://github.com/Noksa/Allure.NUnit/wiki).## How to use
How to use can be found [here](https://github.com/Noksa/Allure.NUnit/wiki/How-to-use).
# C# SpecFlow3 Allure Adapter
[![nuget](http://flauschig.ch/nubadge.php?id=Noksa.NUnit.SpecFlow3)](https://www.nuget.org/packages/Noksa.NUnit.SpecFlow3/)Adapter for SpecFlow version 3.
#### Read IMPORTANT section [here](https://github.com/Noksa/Allure.NUnit/wiki/SpecFlow-configuration) before use.### What's new
* Fixed all bugs from original adapter
* Added new features and improvements, such a suite/step parameters.
* And other...