![]() |
VOOZH | about |
dotnet add package LightBDD.XUnit --version 1.7.1
NuGet\Install-Package LightBDD.XUnit -Version 1.7.1
<PackageReference Include="LightBDD.XUnit" Version="1.7.1" />
<PackageVersion Include="LightBDD.XUnit" Version="1.7.1" />Directory.Packages.props
<PackageReference Include="LightBDD.XUnit" />Project file
paket add LightBDD.XUnit --version 1.7.1
#r "nuget: LightBDD.XUnit, 1.7.1"
#:package LightBDD.XUnit@1.7.1
#addin nuget:?package=LightBDD.XUnit&version=1.7.1Install as a Cake Addin
#tool nuget:?package=LightBDD.XUnit&version=1.7.1Install as a Cake Tool
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 net451 is compatible. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
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