Metadata >> NuGet >> LightBDD.MbUnit

LightBDD.MbUnit

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, * MbUnit 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 MbUnit
Tags bdd tdd testing framework behavior driven development acceptance criteria mbunit
Dependencies LightBDD.Core:1.6.1.0|Gallio_MbUnit:3.4.14.0
Title LightBDD.MbUnit
PackageSize 29542
PackageHashAlgorithm SHA512
PackageHash MaWN794N5DdPdUO+Be61pP19HyWlsfOgCdSuXNKHw5Xepzlas/uqPedb/8Cm8hSxaRQw916eE4kvJHlmXpQCGw==
DownloadCount 000000
CreatedDate 2014-12-13T18:46:55
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.MbUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LightBDD.MbUnit -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.MbUnit
Installing the package (HTTP Basic authentication):
Install-Package LightBDD.MbUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LightBDD.MbUnit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LightBDD.MbUnit

OpenWrap

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

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