Info
Version: | 3.8.0 |
Author(s): | Wojciech Kotlarski |
Last Update: | Sunday, April 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LightBDD/LightBDD |
NuGet Url: | https://www.nuget.org/packages/LightBDD.Framework |
Install
Install-Package LightBDD.Framework
dotnet add package LightBDD.Framework
paket add LightBDD.Framework
LightBDD.Framework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- LightBDD.Core(>= 3.2.0)
- LightBDD.Core(>= 3.2.0)
- NETStandard.Library(>= 1.6.1)
- LightBDD.Core(>= 3.2.0)
- LightBDD.Core(>= 3.2.0)
Tags
High level features:
* native support for refactoring, code analysis (like finding unused methods), test running and all features that Visual Studio / Intellisense / Resharper offer during code development;
* easy to read scenario definitions;
* basic, extended (parameterized) and contextual scenario execution support;
* method parameter formatting attributes;
* step commenting;
* execution progress notifiers;
* Xml/Html/Plain text report generation;
* DI support;
* inline and tabular parameters.