Metadata >> NuGet >> LightBDD.NUnit

LightBDD.NUnit

Metadata

Authors Wojciech Kotlarski
Copyrights Copyright © Wojciech Kotlarski 2013-2014
Description 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, * NUnit integration.
Language en-US
LicenseUrl http://opensource.org/licenses/BSD-2-Clause
Owners Wojciech Kotlarski
ProjectUrl https://github.com/Suremaker/LightBDD
ReleaseNotes + 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
RequireLicenseAcceptance False
Summary Lightweight Behavior Driven Development Test Framework for NUnit
Tags bdd tdd testing framework behavior driven development acceptance criteria nunit
Dependencies LightBDD.Core:1.6.1.0|NUnit:2.6.3
Title LightBDD.NUnit
PackageSize 29529
PackageHashAlgorithm SHA512
PackageHash LaEKTmLq3Ndx3nqt3/6XvlSVaA5r3+P+aQLW/fste4N7/jOvGM0gjG1wa4lHa7Ti4PWTjJPNkxVoYfN2GrdYTA==
DownloadCount 000000
CreatedDate 2014-12-13T18:47:26
IconUrl https://raw.githubusercontent.com/Suremaker/LightBDD/master/logo/lightbdd.png

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install LightBDD.NUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LightBDD.NUnit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package LightBDD.NUnit
Installing the package (HTTP Basic authentication):
Install-Package LightBDD.NUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LightBDD.NUnit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LightBDD.NUnit

OpenWrap

Installing the package:
o add-wrap LightBDD.NUnit
Uninstalling the package:
o remove-wrap LightBDD.NUnit

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.6.1.0
1.6.0.0
1.5.1.1
1.5.1.0
1.5.0.0
1.4.0.0