Allure.NUnit icon indicating copy to clipboard operation
Allure.NUnit copied to clipboard

C# NUnit Allure with improvements and SpecFlow3 adapter

C# Classic NUnit Allure with new features

nuget

New in 3.0 - Forget about wrapping methods with RunStep, use [AllureStep] attribute on methods! More info here.

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.

How to use

How to use can be found here.

C# SpecFlow3 Allure Adapter

nuget

Adapter for SpecFlow version 3.

Read IMPORTANT section here before use.

What's new

  • Fixed all bugs from original adapter
  • Added new features and improvements, such a suite/step parameters.
  • And other...