Cuke4Nuke icon indicating copy to clipboard operation
Cuke4Nuke copied to clipboard

Support for writing Cucumber step definitions in .NET.

Results 12 Cuke4Nuke issues
Sort by recently updated
recently updated
newest added

I’m considering either adopting this project or using some of its code in another. Before I do that I’d like to know what license applies.

I am trying to use .NET 4 in a cuke4nuke project, so that i can integrate it with awesomium (http://awesomium.com/), and be able to do headless testing assertions, but the...

There are currently too many manual steps involved in a new Cuke4Nuke release. Update gem/Rakefile to fix this. When building a gem... - Update version in .NET AssemblyInfo files to...

srinivas1980

Similar to NUnit, load My.dll.config files automatically.

This is just because I'm too lazy to switch from OSX when I want to work on / play with Cuke4Nuke. Is this even possible? I think Mono supports the...

It should be possible to start cuke4nuke so that when the server starts, it's being debugged by Visual Studio so you can set breakpoints in your step definitions. See this...

This step: Feature: UTF-8 bug Scenario: the bug Given Hellesøy has some scandinavian characters And this step definition: [Given(@"^(.*) has some (.*) characters$")] public void IHaveSomeInternationalCharacters(string who, string what) {...

So that users can do their own logic around scenario titles, tags, etc.