Visual Studio Express

first post: 1dson wrote: Is it possible to use Nbehave Framework with VS express. I've notic...

latest post: 1dson wrote: Speaking of the VS plugin. I am finding it unstable when I am using...

Listing all scenarios belonging to a feature

first post: 1dson wrote: I know if you use var xx = ScenarioContext.Current.ScenarioTitle;...

latest post: Lazydev wrote: I'm curious, why would you need that information? There is no metho...

Can't get hooks to work

first post: jamescrosswell wrote: I've created a "global" hooks class as per the docs, which is not i...

latest post: jamescrosswell wrote: It seems your alias is somewhat of a misnomer then :) Thank you! ...

ClassInitialize and ClassCleanup when using Helper objects for action steps

first post: jamescrosswell wrote: I've been using the Fluent Interfaces for nbehave to create integra...

latest post: jamescrosswell wrote: So scratch that... finally found what I was after [in the docs](htt...

skipping scenarios

first post: 1dson wrote: Is it possible to skip scenarios. So in the e.g. below to skip sce...

latest post: Lazydev wrote: To skip running scenarios/features using tags you have to use the c...

Mapping mulitple features to one class

first post: 1dson wrote: Is it possible to map multiple features to one class? I am using ...

latest post: Lazydev wrote: Yes you can put steps for multiple features in the same class if yo...

VS plugin for VS2012

first post: 1dson wrote: Are there any plans to release a VS plugin that is compatible with...

latest post: 1dson wrote: You should change your name to 'hardworkingdev' :-) On 24 Ma...

Debuging/Running Test in IDE

first post: 1dson wrote: I've downloaded the latest packages for runner and framework from N...

latest post: Lazydev wrote: Not yet, I have started to work on that though.

Incorrect parsing of Examples section from feature file

first post: Viacheslav_Bulba wrote: Hi All, In Examples I found the following example of parameterizat...

latest post: Viacheslav_Bulba wrote: Thank you so much. It works for now without NBehave update. Looks l...

Fluent Syntax & Examples/Tables

first post: shahrokh wrote: Should a developer uses fluent syntax to create feature, stories, ...

latest post: lazydev wrote: There is no good way to run tables & examples using the fluent api ...