Hi All, I''m using cucumber for some time. it''s quite good and i want to do some further development, so that user can even parse the arguments. I''m looking for developers guide of cucumber or even if some one knows the close by file to change for this requirement would be very helpful. any response about cucumber coding structure would be helpful. -- Posted via http://www.ruby-forum.com/.
On Aug 6, 2010, at 12:06 PM, Subhash Mishra wrote:> Hi All, > I''m using cucumber for some time. it''s quite good and i want to do some > further development, so that user can even parse the arguments. I''m > looking for developers guide of cucumber or even if some one knows the > close by file to change for this requirement would be very helpful. > any response about cucumber coding structure would be helpful.Cucumber has its own mailing list/user group: http://groups.google.com/group/cukes. I''d recommend asking there, though you''ll probably want to be a bit more specific about your question. Cheers, David
David Chelimsky wrote:> On Aug 6, 2010, at 12:06 PM, Subhash Mishra wrote: > >> Hi All, >> I''m using cucumber for some time. it''s quite good and i want to do some >> further development, so that user can even parse the arguments. I''m >> looking for developers guide of cucumber or even if some one knows the >> close by file to change for this requirement would be very helpful. >> any response about cucumber coding structure would be helpful. > > Cucumber has its own mailing list/user group: > http://groups.google.com/group/cukes. > > I''d recommend asking there, though you''ll probably want to be a bit more > specific about your question. > > Cheers, > DavidThanx, Well as far as concern of my problem is only this much that i want to parse argument of cucumber sentence before calling sentence definition e.g. suppose i have a cucumber sentence When I press "<some argument>" and there corresponding definition When /^I press "([^\"]*)"$/ do |arg1| ruby code end where ever above cucumber sentence will be encountered, the actual ruby code is going to be called and <some argument> is going to be passed in ''arg1''. i want to do some operation on this <some argument> before being supplied to arg1. :-) -- Posted via http://www.ruby-forum.com/.
On Aug 6, 2010, at 12:28 PM, Subhash Mishra wrote:> David Chelimsky wrote: >> On Aug 6, 2010, at 12:06 PM, Subhash Mishra wrote: >> >>> Hi All, >>> I''m using cucumber for some time. it''s quite good and i want to do some >>> further development, so that user can even parse the arguments. I''m >>> looking for developers guide of cucumber or even if some one knows the >>> close by file to change for this requirement would be very helpful. >>> any response about cucumber coding structure would be helpful. >> >> Cucumber has its own mailing list/user group: >> http://groups.google.com/group/cukes. >> >> I''d recommend asking there, though you''ll probably want to be a bit more >> specific about your question. >> >> Cheers, >> David > > Thanx, > Well as far as concern of my problem is only this much that i want to > parse argument of cucumber sentence before calling sentence definition > e.g. suppose i have a cucumber sentence > When I press "<some argument>" > and there corresponding definition > When /^I press "([^\"]*)"$/ do |arg1| > ruby code > end > where ever above cucumber sentence will be encountered, the actual ruby > code is going to be called and <some argument> is going to be passed in > ''arg1''. i want to do some operation on this <some argument> before being > supplied to arg1. > :-)Please post this to the Cucumber user group: http://groups.google.com/group/cukes.
On 6 Aug 2010, at 18:28, Subhash Mishra wrote:>> Cucumber has its own mailing list/user group: >> http://groups.google.com/group/cukes. >> >> I''d recommend asking there, though you''ll probably want to be a bit more >> specific about your question. >> >> Cheers, >> David > > Thanx, > Well as far as concern of my problem is only this much that i want to > parse argument of cucumber sentence before calling sentence definition > e.g. suppose i have a cucumber sentence > When I press "<some argument>" > and there corresponding definition > When /^I press "([^\"]*)"$/ do |arg1| > ruby code > end > where ever above cucumber sentence will be encountered, the actual ruby > code is going to be called and <some argument> is going to be passed in > ''arg1''. i want to do some operation on this <some argument> before being > supplied to arg1. > :-)Here we go again. <Sigh> I think what David meant is that you should ask on the Cucumber list, as that''s where the Cucumber developers hang out. They are the people you need to ask to get an authoritative answer. -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashleymoran -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100806/42e7159b/attachment-0001.html>