Metadata >> NuGet >> LightBDD.Core >> 1.6.0.0

1.6.0.0

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 Summary: + major improvements to Html features report summary (HtmlResultFormatter), + added ability to bypass step execution without stopping scenario execution, + added ability to specify custom formatting rules for step parameters, + added ability to annotate scenarios with categories, + many smaller improvements. Details: + added ability to bypass step execution without stopping scenario execution (StepExecution.Bypass() method and ResultStatus.Bypassed enum value) + added ability to specify custom formatting rules for step parameters (Format/ParameterFormatter Attributes) + added ability to annotate scenarios with categories (ScenarioCategoryAttribute and implementation specific attributes) + changed Scenario level StatusDetails property to aggregate all step status details + changed FeatureCoordinator to allow only one Finished() method call and report it's finalizer execution time and failures with System.Diagnostics.Trace() + enhanced parameterized steps to always capture constant parameter values, even if step has not been executed + enhanced IStepResult with StepName property providing detailed information on step name like base format, parameter list or step type (added IStepName, IStepNameDecorator, StepNameDecorators types) + HtmlResultFormatter: reorganized HTML output to support longer text in features and scenarios + HtmlResultFormatter: enhanced report to highlight step type and parameters + HtmlResultFormatter: added option to expand/collapse all features and/or scenarios + HtmlResultFormatter: added option to filter scenarios by category + HtmlResultFormatter: made Feature Summary table columns sortable + HtmlResultFormatter: added shareable link for speficic feature, scenario, Feature Details section and whole document, all preserving current filters selection + HtmlResultFormatter: added Average Duration column to Feature Summary block + HtmlResultFormatter: changed expand-collapse symbols to standard ones, to display them properly on android browsers + XmlResultFormatter: added step level StatusDetails element + PlainTextFormatter: labels are now printed after feature/scenario name, like in HtmlResultFormatter + all formatters: added information about scenario categories + TestMetadataProvider: added GetStepTypeName method + TestMetadataProvider: removed stepType from GetStepNameFormat signature, obsoleted version with stepType + added DebuggerStepThrough attribute to implementation specific metadata provider + exposed TimeFormatter extensions for pretty time span formatting
RequireLicenseAcceptance False
Summary Lightweight Behavior Driven Development Test Framework Core
Tags bdd tdd testing framework behavior driven development acceptance criteria
Title LightBDD.Core
PackageSize 145892
PackageHashAlgorithm SHA512
PackageHash 5KvFD590IkL6QQrWeNDy8xaQd4/p3awvZvypiib+8V08qnE0Wix3ASeGoGUKYp4L0a/DT6HOWUiE8AcosBVJEw==
DownloadCount 000000
CreatedDate 2014-11-27T21:27:28

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install LightBDD.Core -Version 1.6.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LightBDD.Core -Version 1.6.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete LightBDD.Core 1.6.0.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries