Anyone using the JRuby testing environment for Eclipse / Maven?

I was not very lucky with google search for this - are there any JRuby module testing modules for Java code that integrate with Eclipse or Maven? Maybe a Cucumber fragrance that integrates with Eclipse, and if so, could someone point me to a quick start guide explaining how to do this ?: - (

+5
source share
1 answer

Have you watched cucumber-jvm (formerly cuke4duke)? From the README project:

Cucumber-JVM is a pure Java Cucumber implementation that supports the following programming languages:

  • Clojure
  • Groovy
  • Oke
  • Java
  • JavaScript (Rhino interpreter)
  • Python (Jython interpreter)
  • Ruby ( JRuby)
  • Scala

Cucumber-JVM :

  • JUnit ( IDE, Maven, Ant -, , JUnit)

CI Maven, . , JRuby.

+2

All Articles