LightBDD.XUnit
1.7.0
See the version list below for details.
dotnet add package LightBDD.XUnit --version 1.7.0
NuGet\Install-Package LightBDD.XUnit -Version 1.7.0
<PackageReference Include="LightBDD.XUnit" Version="1.7.0" />
paket add LightBDD.XUnit --version 1.7.0
#r "nuget: LightBDD.XUnit, 1.7.0"
// Install LightBDD.XUnit as a Cake Addin #addin nuget:?package=LightBDD.XUnit&version=1.7.0 // Install LightBDD.XUnit as a Cake Tool #tool nuget:?package=LightBDD.XUnit&version=1.7.0
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,
* xUnit integration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. 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. |
-
- LightBDD.Core (>= 1.7.0)
- xunit (>= 2.0.0)
- xunit.extensibility.execution (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
+ Implemented scenario steps auto-grouping for consecutive steps starting with the same name type (given/when/then/setup), by replacing following steps type to 'and'
+ Added ability to add runtime comments to currently executed steps
+ Added support for xUnit.net testing framework
+ Extended XmlResultFormatter / XmlResultFormatterSchema.xsd to include step comments and step name details
+ Added new implementations of IProgressNotifier interface