I'm not having much luck searching google for this - are there any JRuby unit testing frameworks for Java code that integrate with Eclipse or Maven? Is there perhaps a Cucumber flavor that integrates with Eclipse, and if so, could someone point me to a quickstart guide explaining how to do it? :-(
Have you looked at cucumber-jvm (previously cuke4duke)? From the project README:
Cucumber-JVM is a pure Java implementation of Cucumber that supports the following programming languages:
- Clojure
- Groovy
- Ioke
- Java
- JavaScript (Rhino interpreter)
- Python (Jython interpreter)
- Ruby (JRuby interpreter)
- Scala
Cucumber-JVM provides the following mechanisms for running Cucumber Features:
- Command Line
- JUnit (via IDE, Maven, Ant or anything that knows how to run JUnit)
We've been using it in our CI builds with Maven and it works great. It looks like you can also write your tests in JRuby.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With