The Latest on Cuke4Nuke

This morning, I released version 0.3.0 of Cuke4Nuke. With this release, Cuke4Nuke supports almost everything you can do with Cucumber in Ruby or Java, making C# a first class language for Cucumber. (The only missing features are small things like tags on Before and After hooks and a richer Table object.) Check out the Cuke4Nuke wiki for instructions to install and get started with Cucumber in .NET. To see it in action, check out my screencast on Cuke4Nuke and WatiN.

Related Articles

Responses

  1. Just an FYI that I was able to get the project to compile in VS2010 with .Net 4 without any major incidents. Thanks for putting this together — very promising project!

  2. Hi ,
    I am using .net with c# for testing ssis package using cucumber tool but i am getting issues while passing paramers through featurefile
    In my feature file I am having table like
    |fundcode | lastdate |
    |C27D862958 | 31-DEC-10 |

    its not recognising the funcode and date can u suggest me how to pass these two parameters.

    Thanks,
    Bhanu.
    can u please tel me how to pass these variable