LightBDD 1.6.1
dotnet add package LightBDD --version 1.6.1
NuGet\Install-Package LightBDD -Version 1.6.1
<PackageReference Include="LightBDD" Version="1.6.1" />
paket add LightBDD --version 1.6.1
#r "nuget: LightBDD, 1.6.1"
// Install LightBDD as a Cake Addin #addin nuget:?package=LightBDD&version=1.6.1 // Install LightBDD as a Cake Tool #tool nuget:?package=LightBDD&version=1.6.1
Allows creating acceptance tests in developer friendly environment.
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,
* Scenario steps execution tracking, usable during longer test execution,
* Scenario steps execution time measurement,
* Possibility to run steps with dedicated shared context, allowing to run tests safely in parallel,
* Possibility to run parametrized steps with smart rules of inserting argument values to formatted step name,
* Feature result summary available in XML, HTML or Plain text format,
* Possibility to configure multiple result summaries in app.config file,
* VS Project Item templates for feature test files,
* Integration with NUnit framework.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- LightBDD.NUnit (>= 1.6.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
+ HtmlResultFormatter: highlighted ignored and bypassed scenarios and provided links to scenario details
+ Modified parameterized steps to provide detailed information on parameters causing format failure during scenario execution
+ Included scenarios causing initialization failure due to parameter formatting problems in reports
+ Added FormatBooleanAttribute for formatting step parameters of boolean type
+ HtmlResultFormatter: added favicon and footer to HTML report