I want to use Cucumber with Hudson CI. Is that possible to run cucumber features inside hudson without using JRuby? If yes can you please provide some simple steps on how to setup the Hudson?

Thanks.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

As long as you have cucumber installed on the server, you can test any application by executing cucumber as a build step.

See https://github.com/cucumber/cucumber/wiki/Continuous-Integration for an example using Hudson (now called Jenkins).

link|improve this answer
link doesn't work anymore – corroded May 23 '11 at 7:21
@corroded, I fixed it. Evidently the author changed his name to cucumber :) – Mark Thomas May 23 '11 at 9:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.