LightBDD.Fixie2
2.4.3
For new development please use LightBdd.Fixie3 targetting Fixie 3.x
See the version list below for details.
dotnet add package LightBDD.Fixie2 --version 2.4.3
NuGet\Install-Package LightBDD.Fixie2 -Version 2.4.3
<PackageReference Include="LightBDD.Fixie2" Version="2.4.3" />
paket add LightBDD.Fixie2 --version 2.4.3
#r "nuget: LightBDD.Fixie2, 2.4.3"
// Install LightBDD.Fixie2 as a Cake Addin #addin nuget:?package=LightBDD.Fixie2&version=2.4.3 // Install LightBDD.Fixie2 as a Cake Tool #tool nuget:?package=LightBDD.Fixie2&version=2.4.3
Allows creating acceptance tests in developer friendly environment by offering LightBDD.Framework features on top of Fixie 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;
* cross-platform support (.NET Standard / .NET Framework);
* asynchronous execution support;
* in-code LightBDD configuration;
* DI support;
* inline and tabular parameters support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 2.0
- Fixie (>= 2.0.0)
- LightBDD.Framework (>= 2.4.3)
-
.NETFramework 4.5.2
- Fixie (>= 2.0.0)
- LightBDD.Framework (>= 2.4.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.6.1 | 374 | 1/11/2023 | |
3.6.0 | 318 | 1/7/2023 | |
3.5.0 | 428 | 8/7/2022 | |
3.4.2 | 453 | 6/18/2022 | |
3.4.1 | 482 | 3/28/2022 | |
3.4.0 | 515 | 11/7/2021 | |
3.3.1 | 416 | 7/5/2021 | |
3.3.0 | 412 | 2/20/2021 | |
3.2.0 | 3,205 | 5/23/2020 | |
3.1.1 | 591 | 10/31/2019 | |
3.1.0 | 3,780 | 8/19/2019 | |
3.0.1 | 1,055 | 1/16/2019 | |
3.0.0 | 911 | 1/13/2019 | |
2.5.0 | 821 | 12/2/2018 | |
2.4.3 | 816 | 9/12/2018 | |
2.4.2 | 890 | 8/19/2018 | |
2.4.1 | 894 | 7/16/2018 | |
2.4.0 | 929 | 7/11/2018 |
Fixed bug in parameterized scenarios with nullable parameters; Details on: https://github.com/LightBDD/LightBDD/wiki/What-Is-New#lightbdd-243