LightBDD.NUnit2
2.3.3
See the version list below for details.
dotnet add package LightBDD.NUnit2 --version 2.3.3
NuGet\Install-Package LightBDD.NUnit2 -Version 2.3.3
<PackageReference Include="LightBDD.NUnit2" Version="2.3.3" />
paket add LightBDD.NUnit2 --version 2.3.3
#r "nuget: LightBDD.NUnit2, 2.3.3"
// Install LightBDD.NUnit2 as a Cake Addin #addin nuget:?package=LightBDD.NUnit2&version=2.3.3 // Install LightBDD.NUnit2 as a Cake Tool #tool nuget:?package=LightBDD.NUnit2&version=2.3.3
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.
Product | Versions 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. |
-
.NETFramework 4.5
- LightBDD.Framework (>= 2.3.3)
- NUnit (>= 2.6.4)
-
.NETFramework 4.6
- LightBDD.Framework (>= 2.3.3)
- NUnit (>= 2.6.4)
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,475 | 12/2/2018 |
2.4.3 | 956 | 9/12/2018 |
2.4.2 | 1,036 | 8/19/2018 |
2.4.1 | 1,139 | 7/16/2018 |
2.4.0 | 1,128 | 7/11/2018 |
2.3.6 | 1,052 | 4/16/2018 |
2.3.5 | 1,266 | 2/18/2018 |
2.3.4 | 1,171 | 1/14/2018 |
2.3.3 | 1,204 | 12/31/2017 |
2.3.2 | 1,197 | 12/9/2017 |
2.3.1 | 1,068 | 10/29/2017 |
2.3.0 | 1,073 | 10/10/2017 |
2.2.0 | 1,180 | 6/22/2017 |
2.1.0 | 16,431 | 2/26/2017 |
Simplified exception stack trace for failed scenarios;Improved integration with NCrunch;Improved support for extension methods used as steps;Added support for disposable scenario and step context instances; Details on: https://github.com/LightBDD/LightBDD/wiki/What-Is-New#lightbdd-233