LightBDD.NUnit3
1.7.2
See the version list below for details.
dotnet add package LightBDD.NUnit3 --version 1.7.2
NuGet\Install-Package LightBDD.NUnit3 -Version 1.7.2
<PackageReference Include="LightBDD.NUnit3" Version="1.7.2" />
paket add LightBDD.NUnit3 --version 1.7.2
#r "nuget: LightBDD.NUnit3, 1.7.2"
// Install LightBDD.NUnit3 as a Cake Addin
#addin nuget:?package=LightBDD.NUnit3&version=1.7.2
// Install LightBDD.NUnit3 as a Cake Tool
#tool nuget:?package=LightBDD.NUnit3&version=1.7.2
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,
* NUnit3 integration.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- LightBDD.Core (>= 1.7.2)
- NUnit (>= 3.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LightBDD.NUnit3:
Repository | Stars |
---|---|
LightBDD/LightBDD
BDD framework allowing to create easy to read and maintain tests.
|
Version | Downloads | Last updated |
---|---|---|
3.6.1 | 6,000 | 1/11/2023 |
3.6.0 | 318 | 1/7/2023 |
3.5.0 | 22,469 | 8/7/2022 |
3.4.2 | 5,039 | 6/18/2022 |
3.4.1 | 15,562 | 3/28/2022 |
3.4.0 | 15,501 | 11/7/2021 |
3.3.1 | 12,899 | 7/5/2021 |
3.3.0 | 14,780 | 2/20/2021 |
3.2.0 | 54,287 | 5/23/2020 |
3.1.1 | 29,292 | 10/31/2019 |
3.1.0 | 6,030 | 8/19/2019 |
3.0.1 | 34,204 | 1/16/2019 |
3.0.0 | 1,105 | 1/13/2019 |
2.5.0 | 12,077 | 12/2/2018 |
2.4.3 | 6,285 | 9/12/2018 |
2.4.2 | 1,988 | 8/19/2018 |
2.4.1 | 5,536 | 7/16/2018 |
2.4.0 | 1,070 | 7/11/2018 |
2.3.6 | 3,901 | 4/16/2018 |
2.3.5 | 1,902 | 2/18/2018 |
2.3.4 | 2,042 | 1/14/2018 |
2.3.3 | 1,050 | 12/31/2017 |
2.3.2 | 902 | 12/9/2017 |
2.3.1 | 1,174 | 10/29/2017 |
2.3.0 | 4,207 | 10/10/2017 |
2.2.0 | 1,446 | 6/22/2017 |
2.1.0 | 1,675 | 2/26/2017 |
2.0.0 | 900 | 2/17/2017 |
1.7.3 | 955 | 2/15/2017 |
1.7.2 | 1,153 | 8/21/2016 |
1.7.1 | 1,452 | 6/14/2016 |
+ Added FormattableSummaryFileWriter allowing to parameterize summary files paths with execution date/time parameters.
+ Extended SummaryWriterCollection with Type property allowing to change type of used ISummaryWriter implementation (default is SummaryFileWriter).