Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is is possible to run Cucumber in Java out of the box without JRuby/gems?

I am new to Cucumber, JRuby, Gems and how it works.

I like the idea of writing down the test case in plain English, but I am not keen on installing a lot of new tools (I really really like Java), just to get Cucumber up and running.

So I have a few questions.

1) Do I need install JRuby/Ruby to use Cucumber in Java? No way to avoid this?

2) If not, are there alternative test-tools, that is similar to Cucumber, that works in Java out of the box?

What alternatives do I have to minimize new tools just to get Cucumber/similar-tool working?

like image 744
corgrath Avatar asked Oct 29 '10 14:10

corgrath


1 Answers

Cucumber-JVM is what you are looking for.

like image 139
jbandi Avatar answered Oct 24 '22 12:10

jbandi