LightBDD.NUnit2 2.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package LightBDD.NUnit2 --version 2.4.1
NuGet\Install-Package LightBDD.NUnit2 -Version 2.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LightBDD.NUnit2" Version="2.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightBDD.NUnit2 --version 2.4.1
#r "nuget: LightBDD.NUnit2, 2.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LightBDD.NUnit2 as a Cake Addin
#addin nuget:?package=LightBDD.NUnit2&version=2.4.1

// Install LightBDD.NUnit2 as a Cake Tool
#tool nuget:?package=LightBDD.NUnit2&version=2.4.1

Allows creating acceptance tests in developer friendly environment by offering LightBDD.Framework features on top of NUnit 2 testing framework.

High level features:
* user friendly bdd scenario definitions;
* test execution tracing and time measurement, helpful during longer test execution;
* Xml/Html/Plain text reports generation;
* asynchronous execution support;
* in-code LightBDD configuration;
* DI support;
* inline and tabular parameters support.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LightBDD.NUnit2:

Package Downloads
LightBDD.NUnit

A bridge package allowing smooth transition from LightBDD.NUnit to LightBDD.NUnit2. After update to this version, the LightBDD.NUnit package can be removed and LightBDD.NUnit2 should be used since then.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 1,418 12/2/2018
2.4.3 922 9/12/2018
2.4.2 1,004 8/19/2018
2.4.1 1,110 7/16/2018
2.4.0 1,100 7/11/2018
2.3.6 1,024 4/16/2018
2.3.5 1,237 2/18/2018
2.3.4 1,144 1/14/2018
2.3.3 1,176 12/31/2017
2.3.2 1,171 12/9/2017
2.3.1 1,039 10/29/2017
2.3.0 1,048 10/10/2017
2.2.0 1,153 6/22/2017
2.1.0 15,471 2/26/2017

Added LightBDD.Extensions.DependencyInjection; Improved parameterized scenarios experience in LightBDD.XUnit2. Details on: https://github.com/LightBDD/LightBDD/wiki/What-Is-New#lightbdd-241