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.
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!
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
@Bhanu – Thanks for the comment. Can you please post your question to the cukes group (http://groups.google.com/group/cukes) and share more of your feature and step definitions (preferably in a gist rather than directly in the message – https://gist.github.com/)? I need more context to answer, and I’d like to answer in a place where more people can benefit from it. Thanks!