Metadata >> NuGet >> LightBDD.Core

LightBDD.Core

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
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 Core
Tags bdd tdd testing framework behavior driven development acceptance criteria
Title LightBDD.Core
PackageSize 150555
PackageHashAlgorithm SHA512
PackageHash g2NumEZHFIAOjK0tbxqlx+qwFkMnZoQm6+XzRP37scEB3i833MVl3jXjgu2r1YWJyZfGtg/mF9+1JBcZiOZPiA==
DownloadCount 000000
CreatedDate 2014-12-13T18:46:20
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.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LightBDD.Core -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.Core
Installing the package (HTTP Basic authentication):
Install-Package LightBDD.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LightBDD.Core -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LightBDD.Core

OpenWrap

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

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